body {
	color:#000;
	font-size:18px;
	font-family:helvetica;
	padding:0;
	margin:0;
	background-color:#FFF;
}
.style1 {
	font-size:24px;
	color:#000;
	font-family:helvetica;
}
.style2 {
	font-size:18px;
	padding:3px;
    color: #000;
	font-family:helvetica;
}
.style3 {
	font-size:18px;
	color: #000;
	font-family: helvetica;
}
.style4 {
	font-size:14px; 
    color: #000;
	font-family: helvetica;
}
.style5 {
	font-size:18px;
	padding:3px;
    color: #FFF;
	font-family: helvetica;
}

a:link {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #000;
	text-decoration:none;
    font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration:underline;
    font-weight: bold;
}

div.img {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 100px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 5px;
    text-align: center;
	font-size:14px;
}

table.cellLink td {}
table.cellLink td a {display:block}

.popmenu {
    position:absolute;
    bottom:0px;
    right:0px;
	width:280px;
    top:58px;
    background-color:#D0DDBD;
    z-index:1000000000000000;
	overflow:scroll;
    display:none;
}
   