body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p,td,ul,li {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1
{
	color: #0438A6;
	font-size: 14px;
	font-weight: bold;
}
h2
{
	color: #3E6DA7;
	font-size: 13px;
	font-weight: bold;
}
.footer {
	color: #666;
	font-size: 10px;
}
a
{
	color: #3E6DA7;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	color: #0438A6;
	text-decoration: none;
}

/*
Sub Navigation Styles:
*/

.subnav a
{
	color: #3E6DA7;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.subnav a:hover
{
	color: #0438A6;
	text-decoration: underline;
}
