body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-top: 0px;
	background-color: #566878;}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.smtxt {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
.hdtxt {font-size:14px; font-weight:bold; color:#FFFFFF; background-color: #566878;}
.hdtxt2 {font-size:14px; font-weight:bold; color:#FFFFFF; background-color: #000000;}
.hdsub {font-size:12p; font-weight:bold; color:#FFFFFF; background-color: #91A4B3;}
.hdsub2 {font-size:12p; font-weight:bold; color:#FFFFFF; background-color: #BFCAD2; display:block;}

h1 {font-size: 14px; text-align:center;}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

li.lis {list-style-position: 1em; list-style-image:url(images/check.gif);}
.lisq {list-style-image:url(images/square.gif);}
.par {margin-left: 1em;}

.red {font-size:14px;color:#FF0000; font-weight:bold;}
/*external links*/
a[href^="http:"] {
	background: url(images/icons/extlink.gif) no-repeat right top;
	padding-right: 18px;
	}

a[href^="mailto:"] {
	background: url(images/icons/email.gif) no-repeat right top;
	padding-right: 18px;
	}

a[href$=".pdf"] {
	background: url(images/icons/adobe.gif) no-repeat right top;
	padding-right: 18px;
	}
a[href$=".jpg"] {
	background-image:none;
	padding-right:0;
	}

a.nopdf[href^="http:"] {
	background-image:none;
	}

