body { 
	background-color: #81AAC1;
	margin: 0px;
}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 22px;
	color: #0F6292;
	font-weight: 600;

}
h2 {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #0F6292;
	font-weight: 600;

}
h3 {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #0F6292;
	font-weight: 600;

}
h4 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #0F6292;
	font-weight: 600;

}

p { 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

td { 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

li { 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height:130%;
}
table {
	border: 4px #C01F25 solid;
	background-color:#FFFFFF;

}
.imgfloatright {
	float:right;
}
.subhead { 
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #0F6292;
	font-weight: 500;
	
}


a:link { 
	font-weight: 600;
	color: #C01F25;
	text-decoration:none;

}

a:visited { 
	font-weight: 600;
	color: #0F6292;
	text-decoration: underline;
}

a:hover, a:hover:visited { 
	font-weight: 600;
	color: #FFCC00;
	text-decoration: underline;
}

a:active { 
	font-weight: 600;
	color: #FFCC00;
	text-decoration: none;
}


