/* CSS Document */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	font-weight: normal;

    color: #666666
	margin-top:0;
	padding:0;
	color: #666666;

}

h2 {
    font-family: Arial, Helvetica, sans-serif;
	color:#940315;
	font-size:11px;
	font-weight:bold;
	margin:0 0 12px;
	padding:0;
}

h5 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 0 10px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	font-weight: bold;
	color: #6d0000;
	font-style: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-style: normal;
	
}

a:link { 
text-decoration: none; 
color: #940315; 
}

a:visited { 
text-decoration: none; 
color: #940315; 
}

a:hover, a:active { 
color: #8c8c8c; 
}
	
