.bg {background: url(images/button4.gif);}
.menu {padding:0 0 0 0px; margin:0; list-style:none; height:40px; background:#eeeeee url(images/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#ffffff; text-decoration:none; font-size:13px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 24px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#000; background: url(images/button4.gif) no-repeat;}
.menu li a.top_link:hover span {background:url(images/button4.gif) no-repeat right top;}
.menu li a.top_link:hover span.down {background:url(images/button4a.gif) no-repeat right top;}

.menu li:hover > a.top_link {color:#000; background: url(images/button4.gif) no-repeat;}
.menu li:hover > a.top_link span {background:url(images/button4.gif) no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url(images/button4a.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #FFFFFF;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px arial;
letter-spacing: 5px;
line-height: 1.1em;
color: #000000;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #ffffff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #cfcfcf;
padding: 5px;
z-index: 5;
}


div.transOFF {width: 100%; background-color: none;border:0; }
div.transON {width: 100%; background-color: none;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:0; }
div.trans25 {width: 100%; background-color: none;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:0; }
div.trans75 {width: 100%; background-color: none;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:0; }



A:link{color:#0033cc;text-decoration:none; font-weight:bold}
A:visited{color:#0033cc;text-decoration:none; font-weight:bold}
A:active{color:#3a3a3a;text-decoration:none; font-weight:bold}
A:hover{color:#000000;text-decoration:font-weight:bold}



body { 
	background-image: url(bg.jpg); 
	font-family: arial;
	font-size: 13px;
	font-color: #000000;
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	text-align:left;
	}
	
textarea {
    resize: none;
} 

table {
  font-family: arial;
  font-size:13px;
}


table.altrowstable {
	font-family: arial;
	font-size:13px;
	color:#000000;
	text-align:left
}
table.altrowstable th {
	background-color:#cfcfcf;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	font-family: arial;
	text-indent:0;
	text-align:left;
}

.oddrowcolor{
	background-color:#ffffff;
}
.evenrowcolor{
	background-color:#eeeeee;
}
