td, table, div {font-family: tahoma, verdana;font-size:12px;line-height:15px;color:#353535;}
form { margin:0px; padding:0px;}
html, body { height: 100%; padding: 0; margin: 0;}

.transparent_class {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

a {color:#f10000;  text-decoration:underline;}
a:hover{ text-decoration:none;color:#00ff00;}
a:visited{ color:#353535;}

span a{color:#1C2C4D; font-weight:normal; }
span a:hover{ text-decoration:none;}

.headfoot {color:#FFFFFF;font-size:10px;}
.heading1 {font-family:arial,tahoma,verdana;font-weight:bold;color:#353535;font-size:11pt;letter-spacing:0px;line-height:30px;text-transform:uppercase;}
.heading2 {font-family:arial,tahoma,verdana;font-weight:bold;color:#018d2c;font-size:9pt;letter-spacing:0px;line-height:30px;text-transform:uppercase;}
.heading3 {font-family:arial,tahoma,verdana;letter-spacing:0px;font-weight:bold;color:#64a067;font-size:8pt;}
.subHeading1 {font-weight:bold;}
.newsHead {font-weight:bold;color:#64a067;}

.button {font-family:arial, verdana; color:#FFFFFF; font-size:8pt; font-weight:normal; background-color:#018d2c;  border-left:1px solid #1E4C02; border-bottom:1px solid #1E4C02;       border-top:1px solid #1E4C02; border-right:1px solid #1E4C02;      }
.text {font-family:tahoma, verdana; color:#353535; font-size:8pt; font-weight:Normal; background-color:#FFFFFF;  border-left:1px solid #999999; border-bottom:1px solid #CCCCCC; border-top:1px solid #999999; border-right:1px solid #CCCCCC;}

#mst {display: none;}


ul { margin:15px; padding:0px; list-style-image: url(images/bullet.gif); }
ol { margin:5px; padding:0px; list-style-type:lower-alpha;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: 350px;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
