@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #8BA1CC;
	line-height:14pt;
}

table.center {
	text-align:center;
}

table {
	background-color:#FFFFFF;
}

p.subhead {
	font-size:18px;
	font-weight:bold;
	text-align:center
}

.headtitle {
	color: #CC0000;
	font-size: 28pt;  
	font-weight: bold;
	text-align:center;
}

p {
	text-align: justify;
}

p.center {
	text-align: center;
}

a:hover {
text-decoration:none;
color:#D40000;
}