body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000ff;
	font-weight: bold;

}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		color: #cc0000;
	font-weight: bold;

}
h3 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #ff0000;
	font-weight: bold;

}
a:link {
	color: #000099;
	text-decoration:underline;
}

a:visited {
  color: #000099;
text-decoration: underline;  
}

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

a:active {
	color: #000099;
}
#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 10px;
}

#navlist li
{
display: inline;
padding-bottom: 10px;
padding-left: 20px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 20px;
padding-bottom: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 20px;
color: #bc1f28;
background:  url(images/arrowbullet.gif);

background-position: 0 -28px;
background-repeat: no-repeat;}

#navlist a:hover
{
color: black;
padding-left: 20px;
background:  url(images/arrowbullet.gif);
background-repeat: no-repeat;
background-position: 0 -14px;} 
