/* CSS Document */

BODY {
	background-color: #FFFFFF;
	margin-top: 0.0em;
	margin-right: 0.0em;
	margin-bottom: 0.0em;
	margin-left: 0.0em
}

p, text, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D7D7D; 
	font-style: normal;  
	line-height: 125%;
	text-align: left;
}
title, header, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #7D7D7D; 
	font-style: normal;  
	line-height: 110%;
	text-align: left;
	margin-bottom: 0px;
}
/* In Text Hyperlinks */
a:link,a:visited{
 color: #BB2432;   			/* black */
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
}

a:hover,a:active,a:focus{
 color: #7B1922;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
}
