/*  BASIC TEXT FORMATING */


.body {

}

.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #000000;
}

.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #000000;
}

.body a {
	color: #804a40;
	text-decoration: none;
}

.body a:hover {
    text-decoration: underline;
	color: #874f22;
}

.body h1 {
	font-family: "Comic Sans MS", Arial Bold;
	font-size: 16pt;
	line-height: 15pt;
	color: #000000;
	background-image:url(../_media/_headers/headers.png);
	background-repeat: no-repeat;
	padding-left: 125px;
	padding-top: 35px;
}

.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: normal;
	color: #000094;
}

.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #000000;
}

/* TEXT ALIGN */

.text_center{
	text-align:center;
	}

	
/*  BORDER CLASS STYLES */


.border {
	border: 1px solid #333333;
	}



/* Highlight */

.highlight {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}


/*  FOOTER STYLES */

.footer {
	padding: 5px;

	}

.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;

	}

.footer a {
	color: #000000;
	text-decoration: none;

	}

/*  MISC STYLES */

#subnav {
	font:Arial, Helvetica, sans-serif;
	line-height:90%;
	}
	
#subnav h2 {
	font-size:90%;
	color: #000000;
	text-align:right;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	}
	
#subnav a {
	font-size: 75%;
	color: #000094;
	text-decoration:none;
	}
	
#subnav a:hover {
	text-decoration:underline;
	}		
	
#seo {
	padding-left:40px;
	padding-right:40px;
	position: relative;
	bottom: -500px;
	}
	
#seo a {
	color: #000000;
	text-decoration: none;
	}
	
#seo h1, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height:9pt;
	font-weight: normal;
	color: #000000;
}


	