/* CSS Document */


body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:active {
	color: #009966;
	text-decoration: underline;
}
body,td,th {
	font-family:  Arial, sans-serif;
	font-size: 12px;
}

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

p{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000080;
	line-height: 17px;
	padding: 4px;
	text-align: left;
}


h1, h2, h3, h4, h5. h6 {
	font-family: Arial, sans-serif;
	color: #990000;
	
}

.fineprint { font-size:10px; line-height: 12px;
 }

.red {
	color: #990000;	
}

.gray {
	color: #333333;
}

.ourblue {
	color: #000080;
}

.leftboldred {
	text-align: left;
	font: bold;
	color: #990000;
	}
	
.center {
	text-align: center;
	}
	
.bodytextbold {
	font: bold;
	}
