@charset "utf-8";
/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000066;
	background-color: #FFF1AC;
}
H1
{
	color: #FD9A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;	
}
H2
{
	color: #FD9A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
}

H3 a:link, H3 a:visited, H3 a:active
{
	color: #000066;
	text-decoration: none;
}

H3 a:hover
{
	color: #000066;
	text-decoration: underline;
}

#tablecontent
{
text-align: left;	
}

#tablecontent tr
{
	vertical-align: top;
}
.footerlogos
{
	text-align: center;	
}

.nav
{
	margin-top: 3px;
	margin-bottom: 2px;
	color: #FD9A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.nav a:link, .nav a:visited, .nav a:active
{
	color: #FD9A00;
	text-decoration: none;
}
.nav a:hover
{
	color: #FD9A00;
	text-decoration: underline;
}

.break
{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.copy, .copy a:link, .copy a:visited, .copy a:active
{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

.copy a:hover
{
	text-decoration: underline;
}
