/* CSS Document */

	h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #697079;
	font-weight: bold;
	}
	
	h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #697079;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
		
	.BoldText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #697079;
	font-weight: bold;
	}
	
	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	}
	
	body a:link, body a:visited, body a:active, body a:visited{
	color: #0033CC;
	font-weight: normal;
	}
		
	body a:hover {
		color: #660033;	
	}
		
	.Footer, .Footer A:link, .Footer A:visited, .Footer A:active, .Footer A:visited{
	font-family:Helvetica, sans-serif;
	font-size:13px;
	color: #727983;
	font-weight:bold;
	letter-spacing: -1px;
	}		
	
	.Footer A:hover{
	font-family:Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing: -1px;	
	color: #333333;
	text-decoration: underline;		
	}
	
	.copyrights {
	font-family:Helvetica, sans-serif;
	font-size:9px;
	color: #838A94;
	}	
	
