/* CSS Document - Global style specifications */

body, td, tr {
   color: black;
   font-family: Verdana, Geneva, Arial, sans-serif;
   font-size: 11px;
   }

body {
	background-color: Navy;
	margin-left : 1%;
	margin-right : 1%;
	margin-top : 3px;
}

.normal { 
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 14px; 
color: #000000 
}

.normalblue {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1E90FF
}


.pagehead {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: larger;
	line-height: 14px;
	color: #6495ED;
	font-weight : bold;
}
 
 
 .subpagehead {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 14px;
	color: Black;
	font-weight : bold;
}
 
 
.dbTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	color: #00008B;
	font-weight : bold;
}

.dbText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	color: #00008B;
	font-weight : normal;
}


.dbRatesDay {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	color: #6495ED;
	font-weight : normal;
}



.topicTitle
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #00008B
	}

.footer {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFF5EE
}

.normalfooter {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	background : Aqua;
}

.pagehead {
	border-bottom: #778899 solid;
	border-bottom-width: 1px;
	padding-top: 13px;
}


a { 
text-decoration: none; 
}	

.navLink {
	color: Blue;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	font-weight : bold;
}	

.subNavLinks {
	color: Blue;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	font-weight : bold;
}	



.navLink {
A:link {text-decoration: none} 
A:visited {text-decoration: none} 
A:active {text-decoration: none} 
A:hover {text-decoration: underline; color: blue;}
}


.subNavLink
A:link {text-decoration: none} 
A:visited {text-decoration: none} 
A:active {text-decoration: none} 
A:hover {text-decoration: underline; color: blue;}
}











.formsbutton { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 100%; 
height: 18px; 
}


input, select, textarea { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000000; 
}

.tabText
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color : White;
	font-weight : bold;
	text-decoration : none;
	}


.dbReportsTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: normal;
	color: #00008B;
	text-decoration : underline;
	font-weight : bold;
}

.dbReports {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: normal;
	color: #00008B;
	text-decoration : none;
	font-weight : normal;
}


.spaced {
line-height: 120%;
vertical-align: top;
}

.blackborder { 
border-color: #a9a9a9; 
border-style: solid; 
border-width: 1px; 
background-color: #ffffff; 
}

.alert { color: #b22222; }



/* BELOW HERE PROBABLY UNUSED */


.formstextarea { 
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 11px; 
padding: 0px 0px 0px 0px; 
margin: 0px 0px 0px 0px; 
vertical-align: bottom; 
color: #0002bd; 
background-color: #edf2f6; 
} 


.topicText 
	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #000000;
	}

	
.cssbtn {
	display:inline; display:inline-block;
	width:50px;
	margin:0.2em; padding:1px;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	background:#cdf;
	color:#333;
	border:1px solid black;
	vertical-align:middle;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
	}

.cssbtn[class] {
	width:auto;
	min-width:50px;
	}

.cssbtn strong {
	font-weight:bold;
	background:white;
	color:#06c;
	}

.cssbtn:hover { 
background:black; 
color:white 
}

.cssbtn:hover strong { 
background:#ccc; 
color:black; 
}

.btnw3c { 
background:#06c; 
color:white 
}





