td, table, div {	font-family: tahoma, verdana;	font-size:11px;	line-height:13px;	color:#5c5c5c; text-align:justify;}
body { margin:0; padding:0; }
a { color:#016aac;  text-decoration:underline;}
a:hover{ text-decoration:none;color:#686868;}
.headfoot {color:#dfdfdf;font-size:10px;}
.heading1 {line-height:30px;font-family:arial,tahoma,verdana;letter-spacing:-1px;font-weight:bold;color:#016aac;font-size:16pt;}
.heading2 {line-height:30px;font-family:arial,tahoma,verdana;letter-spacing:-1px;font-weight:bold;color:#ac0009;font-size:16pt;}
.heading3 {line-height:30px;font-family:arial,tahoma,verdana;letter-spacing:-1px;font-weight:bold;color:#ac0009;font-size:11pt;}
.button {font-family:arial, verdana; color:#000000; font-size:6pt; font-weight:normal; background-color:#FFFFFF;  border-left:1px solid #016aac; border-bottom:1px solid #016aac; border-top:1px solid #016aac; border-right:1px solid #016aac;      }
.text {font-family:tahoma, verdana; color:#6b6b6b; font-size:7pt; font-weight:Normal; background-color:#F8F8F8;  border-left:1px solid #999999; border-bottom:1px solid #CCCCCC; border-top:1px solid #999999; border-right:1px solid #CCCCCC;}
.aForm {font-size:10px;font-weight:bold;}
#mst {display: none;}

li { background:url(images/bullet.gif) top left no-repeat; padding-left:30px;line-height:14px;}
ul { margin:0px; padding:0px; list-style:none;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: 420px;
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;
}