/*
 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 { 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px;
	COLOR: #4F2617;
	background-color: #c0aba4;
	background-repeat: repeat-x;
	scrollbar-face-color: #906652;
    scrollbar-shadow-color:White;
	scrollbar-arrow-color: White;
/*  
	scrollbar-highlight-color:
    scrollbar-3dlight-color:
    scrollbar-darkshadow-color:
    scrollbar-track-color: 
*/
	
}
P, SPAN{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px;
	COLOR: black;															
}
TABLE, TD { 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px; 
	COLOR: black;
}
TEXTAREA, INPUT, SELECT {  
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	COLOR: #1c195c;
}

HR{
	height: 1pt;
	color: #E3E3E4;
}

H4{
	color:#077f9a;
	font-size: 22px;
	font-weight: bold;
}

H3{
	color:#077f9a;
	font-size: 18px;
	font-weight: bold;
}

H3 A:link{
	color:#077f9a;
	font-size: 18px;
	font-weight: bold;
}
H3 A:visited{
	color:#077f9a;
	font-size: 18px;
	font-weight: bold;
}
H3 A:hover{
	color:#077f9a;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
H3 A:active{
	color:#077f9a;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

A:link  {
	COLOR: #077f9a; 
}
A:visited { 
	COLOR: #077f9a;
	text-decoration: none;
}
A:active {
	COLOR: #077f9a;
	text-decoration: none; 
}
A:hover {
	COLOR: black;
	text-decoration: underline;
}

.copyright{
	font-size: 9px;
	COLOR: #906652;
}
.copyright A:link  {
	COLOR: #906652;
	text-decoration: none; 
	 FONT-WEIGHT: normal;
}
.copyright A:visited { 
	COLOR: #906652;
	text-decoration: none; 
    FONT-WEIGHT: normal;
}
.copyright A:active {
	COLOR: #906652;
	text-decoration: underline; 
   FONT-WEIGHT: bold;
}
.copyright A:hover {
	COLOR: black;
	text-decoration: underline; 
    FONT-WEIGHT: normal;
}


.leftNav{
	 text-align: left;
	 font-size: 10px;
	 
}
.leftnav td{
	padding: 5px;
	border-bottom: 2px solid gray;
	border-right: 1px solid gray;
	border-collapse: collapse;
}
.leftnav a:link {
	color : black;
	font-weight : bold;
	text-decoration : none;
}

.leftnav a:visited {
	color : black;
	font-weight : bold;
	text-decoration : none;
}

.leftnav a:hover {
	color : black;
	font-weight : bold;
	text-decoration : underline;
}

.leftnav a:active {
	color : black;
	font-weight : bold;
	text-decoration : none;
}

.home P{
	padding: 0px 10px 0px 10px;
	font-weight: normal;
	font-size: 12px;
}

.pages{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 12px;
}

.pheader{
	font-weight: normal;
	font-size: 12px;
	color: #077f9a;
}

.pheaderbold{
	font-weight: bold;
	font-size: 12px;
	color: #077f9a;
}
.tblHeader{
/*   background-image: url(../images/tblBackground.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-bottom: 5px;	
	color: white;
	font-weight: bold;
*/
	color: #906652;
	font-weight: bold;
	border-bottom: 1px solid #906652;
	
}