body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-top: 0px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #DFDBDA;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

a.wht:link {color:#FFFFCC; text-decoration:none;}
a.wht:visited {color:FFFFCC; text-decoration:none;}
a.wht:hover {color:white; text-decoration:none;}
a.wht:active {color:FFFFCC; text-decoration:none;}

h1 {font-size: 14px; color:#666666;}
h5 {font-size: 14px; color:#666666;}
.hdtxt2 {font-size:14px; color:#2C475A; background-color: #A8B2BE; font-weight:bold; padding-left: 3px;}
.hdtxt3 {font-size:14px; color:#2C475A; background-color: #D7DCE1; font-weight:bold; padding-left: 3px;}
.par {margin-left: 1em;}
.smtxt {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.smtxtb {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold;}
.bdrrt {border-right-style:solid; border-right-width:thin; border-right-color:#353267;}
.bdrrtlt {border-right-style:solid; border-right-width:thin; border-right-color:#CCCCCC;}
.bdrbtm {border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:thin;}
.bdrdshbtm {border-bottom-color:#353267; border-bottom-style:dashed; border-bottom-width:thin;}
.hdtxt {font-size:14px; font-weight:bold;}
.lisp {list-style-image:url(images/p.gif);}
.style1 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#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: bold 16px 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;
}
