


/* navigation styles*/
.header 
{
	background-color: #92282A;
	height:30px;
	padding:10px;	 
}

.footer {
	background-color: #92282A;
	height:10px;
	padding:10px;	
	color:white; 

}
/* navigation */

.nav {
	width: 100%;
	font-family: Verdana, sans-serif;
	background-color:white; 
	font-size:11pt;
	text-align:left; 
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
border-top:1px solid maroon;
	border-bottom:1px solid maroon;
		
	
	}


.topnav {
	width: 100%;
	font-family: Verdana, sans-serif;
	background-color:white; 
	font-size:11pt;
	text-align:left; 
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	
	
	}


.topnav a:link {
	color: maroon;
	font-weight:normal;
	}
	
.topnav a:visited {
	color: gray;
	font-weight:normal;
	text-decoration:none;
	}
	

.topnav a:hover, .topnav a.active {
	color: white;
	background-color: maroon;
	text-decoration:none; 
	}
.topnav a.active {
	font-weight: bold;
	}
	

/*----------------------*/

.hidd{
visibility:hidden;height:0px; width:0px 
}


.bodytext
{
	background-color:white;
	padding:10px;
	margin:10px;
	}
	
	
/* end navigation styles*/

/* COLORS */
.bgcolor1
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #FFF4EA;
} /*lightest*/

.bgcolor2 {background-color:white;padding:10px;}
.bgcolor3
{
	background-color: #FFD2A6;
} /*left menu*/
/* END COLORS*/

/*start border styles*/

.brd_1
{
	PADDING-RIGHT: 0px; BORDER-TOP: white 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 5px; WIDTH: 100%; PADDING-TOP: 5px; BORDER-BOTTOM: white 1px solid
	}
	
.brd_2
{
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px; 
	PADDING-TOP: 10px; 
	WIDTH: 100%; 
	background-color: #FFD2A6;

	}

.brd_2 a:link, .brd_2 a:visited {color:black}
.brd_2 a:hover{color:Red;}
	
/* end border styles*/







body, p, td {font-size:8pt;
	    }

BODY
{
	font-weight: normal;
	margin: 0px;
	word-spacing: normal;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white; text-transfo:none
}

p {line-height:150%;  }

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	margin: 2px;
	color: maroon;
	font-family: 'Trebuchet MS' , 'century gothic' , 'Arial Narrow' , Arial, Helvetica, sans-serif;
}

H1	{	
	font-size:15pt;
	font-weight:normal;
	text-transform:uppercase ;
	
	}	
h1 .date{font-size:10pt;color:black}
		
h4{font-size:12pt;
	font-weight:normal;
	font-family:Arial Narrow; text-transfo:uppercase    }		
		
H5, DT	{	
	font-size:	12pt;
	font-weight:normal; text-transfo:none 
	}	
h3 {font-size:18pt;text-transform:uppercase;padding-bottom:20px;}

A:link 	{	
	text-decoration:	underline;
	color:	maroon;
	font-weight:normal}
	
		
A:visited	{	
		color:	gray;

		
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	black;
	
	}