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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodystyle a:link {
	color: #26344F;
	text-decoration: underline;
}
.bodystyle a:visited {
	text-decoration: underline;
	color: #273896;
}
.bodystyle a:hover {
	text-decoration: none;
	color: #273896;
}
.bodystyle a:active {
	text-decoration: underline;
	color: #A41D2C;
}
.navstyle a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navstyle a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navstyle a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.navstyle a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.pageheadline {font-size: 24px}
.redbold {color: #A01D2A}
.subhead {
	font-size: 14px;
	font-weight: bold;
}
.copyrighttext {
	color: #666666;
	font-size: 10px;
}