p, ul
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: 000000;
}

h1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight : bold;
	color: 336699;
}

h2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight : bold;
	color: 336699;
}

h3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 15px;
	font-weight : bold;
	color: 336699;
}


input
{
	font-size: 8pt;
}

.button
{
	background-color: #00396F;
	color: #ffffff;
	border: 1px solid #666666;
	padding: 2px;
	font-weight: bold;
}

#footer
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: ffffff;
}

#footer A:link
{
	color: #ffffff;
	text-decoration: none;
}

#footer A:active
{
	color: #ffffff;
	text-decoration: none;
}
	
#footer A:visited
{
	color: #ffffff;
	text-decoration: none;
}
	
#footer A:hover
{
	text-decoration: underline;
	color: #ffffff;
}

A:link
{
	color: #336699;
	text-decoration: none;
}
	
A:active
{
	color: #336699;
	text-decoration: none;
}
	
A:visited
{
	color: #336699;
	text-decoration: none;
}
	
A:hover
{
	text-decoration: underline;
	color: #336699;
}