/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFFFFF;
}

html {
scrollbar-base-color: #c1c1c1;
scrollbar-highlight-color: #9075BC;
scrollbar-3dlight-color: #608571;
scrollbar-darkshadow-color: #36453D;
scrollbar-shadow-color: #A3B1AA;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#cccccc;
}

a{
cursor:hand;
}

.border
{
border:#000000 1px thin inset;

}

.topbg
{
background:url("../images/topbanner.jpg");
height:38px;
width:900px;
}


.width254
{
width:254px;
}

.contenttext
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:justify;
letter-spacing:inherit;
line-height:22px;
}

.footer
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background:url("../images/footerbg.jpg");
height:20px;
line-height:20px;
}


.footer-text
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
/*font-weight:bold;*/
}
.footer-activelink
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
a.footer-link
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
a.footer-link:hover {
    
	text-decoration:underline;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.contentdiv
{
	padding-top:22px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	text-align:justify;
	display:block;
	line-height:2em;
	
}
.content
{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#006C80;
}

.transparent {
    filter:alpha(opacity=70);
    background-color:white;
    display:none;
    width:100;
    height:150;
    position:absolute;
    color: red;
	font-weight:bold;
    border: 1 black solid;
	font-size:16px;
	font-family:Arial, Verdana;
}