body, p, td, th, a, li {
	font: 13px Verdana, Verdana, Geneva, sans-serif;
	color: #666666;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}


.firstpara {	
	font-size: 16px;
}

.smaller {
	font-size: 11px;
}

li { margin-bottom: 5px; }


h1 {
	font-size: 20px;
	color: #990000;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 16px;
	color: #990000;
	font-weight: bold;

}

h3 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	margin-top: 0;
	
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	
}

.sectionhead {
	color: #990000;
	font-style:italic;
	font-weight: bold;
	font-size: 16px;
}

hr {
	height: 1px;
	border: 0;
	background: #990000;
}

.message {
	color: #cb0152;
	font-style: italic;

}
.bg1 {
	background-color: #ffffff;
}

