

a {
	color: #B90309;
	text-decoration: none;
}

a:hover {
	color: #FC363C; 
	text-decoration: underline;
	}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	color: #000000;
	font-family: Arial, Courier, monospace;
	font-size: 11pt;
	margin-left: 1px;
	margin-top: 0px;
	line-height:14pt;}
	
.lead {
	font-family: "Courier New", Courier, monospace;
	font-size: 18pt;
	line-height: 24pt;
	font-weight: bold;
}

.caption {
	font-size: 11px;
	line-height: 18px;
	color: #B90309;
}

html { height: 100%; margin-bottom: 1px; }




