/*
 All contents of this file and all associated Page Concepts' 
 files are copyright 1996-2001, ajk concepts, inc. 
 Duplication without permission is strictly prohibited. 
*/
body {
	/* scrollbar-highlight-color: scrollbar-3dlight-color: scrollbar-darkshadow-color: scrollbar-track-color: */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #2B2B25;
	background-color: #989898;
	scrollbar-arrow-color : White;
	scrollbar-face-color : #2c2c1b;
	scrollbar-shadow-color : White;
	margin-top: 15px;
	
}
img{
	display: : block;
	margin: 0;
}
hr{
	height : 1pt;
}

h1{
	font-size:18px;
	color: #003066;
}


H2{
	font-size: 18px;
	color: #003066;
}

h4{
	font-size:14px;
	color: #003066;
}

.theader{
	font-size: 14px;
	color: #003066;
	font-weight: bold;
}

p, span, table, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

textarea, input, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a:link {
	color : #004B8D;
	text-decoration : underline;
	font-weight : bold;
}

a:visited {
	color : #004B8D;
	text-decoration : underline;
	font-weight : bold;
}

a:hover {
	color : black
	text-decoration : none;
	font-weight : bold;
}

a:active {
	color :#004B8D;
	text-decoration : underline;
	font-weight : bold;
}

.topNav{
	color:white;
	font-weight:bold;
}
.topNav a:link {
	color : white;
	text-decoration : none;
	font-weight : normal;
}

.topNav a:visited {
	color : white;
	text-decoration : none;
	font-weight : normal;
}

.topNav a:hover {
	color : white;
	text-decoration : underline;
	font-weight : normal;
}

.topNav a:active {
	color : white;
	text-decoration : none;
	font-weight : normal;
}
.copyright{
	font-size:10px;
	color: #6e6d5d;
	font-weight: normal;
}
.copyright a:link {
	color : #6e6d5d;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #6e6d5d;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #004B8D;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#6e6d5d;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

td.leftnavhome{
	padding-left: 15px; 
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
	background-image: url(../images/buttonhome.gif);
}


/*-----LeftNav-----*/
.leftnav{ 
	font-size:12px;
	line-height: 12px;
	text-decoration : none;
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftnav li{
	
}
.leftnav li a:link, .leftnav li a:visited{
	display: block;
	color : #2c2c1b;
	text-decoration : none;
	font-weight: normal;
	background-image: url(../images/button.gif);
	padding: 5px 0px 5px 15px;
}
.leftnav li a:hover, .leftnav li a:active{
	text-decoration : underline;
	background-image: url(../images/button.gif);
	background-position: bottom;
}