/*
 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 : verdana;
	font-size : 13px;
	color : black;
	background-color: white;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}


hr{
	height : 1pt;
	color: #426485;
}

h1{
	font-size:16px;
	color: #004B8D;
}

h2{
	font-size: 14px;
	color: #004B8D;
}


p, span, table, td {
	font-family : verdana;
	font-size : 12px;
}

b{
	color: #004B8D;
}

textarea, input, select {
	font-family : verdana;
	font-size : 12px;
}

a:link {
	color : #004B8D;
	text-decoration : underline;
	
}

a:visited {
	color : #004B8D;
	text-decoration : underline;
	
}

a:hover {
	color : black
	text-decoration : none;
	
}

a:active {
	color :#004B8D;
	text-decoration : none;
	
}

.leftNav{
	background-image: url(../images/bg_left_nav.gif);
	color:white;
	font-weight: normal;
	padding-left: 25px;
}
.leftNav a:link {
	color : white;
	text-decoration : none;
	font-weight : normal;
}

.leftNav a:visited {
	color : white;
	text-decoration : none;
	font-weight : normal;
}

.leftNav a:hover {
	color : #426485;
	text-decoration : underline;
	font-weight : normal;
}

.leftNav a:active {
	color : #426485;
	text-decoration : none;
	font-weight : normal;
}
.copyright{
	font-size:10px;
	color: #426485;
	font-weight: normal;
}
.copyright a:link {
	color : #426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #426485;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.tableheader {
	text-align: center;
	font-size: 14px;
	background-color :#d3162e;
	color :#FFFFFF;
}

.tablerow1 {
	background-color :#FFFFFF;
	color :#2457A1;
}

.tablerow2 {
	background-color :#2457A1;
	color :#FFFFFF;
}