.body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-align: left}
.bodyBold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333}


.heading1 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #333333}
.disclaimer {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #8799AF}
.menu {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333}
.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; font-weight: bold}



a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
    text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
li {
	list-style-position: outside;
	list-style-type: square;
}

HTML {
scrollbar-arrow-color: #8799AF;
scrollbar-3dlight-color: #8799AF;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #8799AF;
scrollbar-track-color: #E9EEF2;
}input {
	border: solid #006699;
    border-width: 1px;
}
.bullet {
	list-style-image: url(images/bullet.gif);
}

/* /////////////////////////// slide show/////////////////////////////////////// */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
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: 8px Tahoma;
letter-spacing: 1px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: blak;
font: 10px Tahoma;
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;
}

.test {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
}
