h1,h2,h3
{
font-family: arial, 'sans serif'; 
}

p,table,li,address
{
font-family: arial, 'sans serif'; 
}

p,li,th,td
{
font-size: 90%;
}

body
{
background-color: #003366;
}

H1
	{
	font-family:		arial, sans-serif, helvetica, geneva;
	color:			#003366;
	font-size:			155%;
	}
H2
	{
	font-family:		arial, sans-serif, helvetica, geneva;
	color:			#003366;
	font-size:			140%;
	}
H3
	{
	font-family:		arial, sans-serif, helvetica, geneva;
	color:			#003366;
	font-size:			118%;
	}

.current {
                 font-size: 100%;
                 font-family: arial, 'sans serif';
                 color: #D8DDE2;
                 font-weight: bold;
                 } 
                 
.current2 {
                 font-size: 100%;
                 font-family: arial, 'sans serif';
                 color: #4E6F90;
                 font-weight: bold;
                 } 

.footer {
                 font-size: 80%;
                 font-family: arial, 'sans serif';
                 font-weight: bold;
		 color: white; } 

A.topbar:link
	{
	color:			#FFFFFF;
	font-family:		arial, sans-serif, helvetica, geneva;
	font-size:			100%;
	text-decoration:	none;
	text-align:		left;
    font-weight: bold;
    }
A.topbar:visited
	{
	color:			#FFFFFF;
	font-family:		arial, sans-serif, helvetica, geneva;
	font-size:			100%;
	text-decoration:	none;
	font-weight: bold;
                 } 
A.topbar:hover
	{
	color:			#D8DDE2;
	font-family:		arial, sans-serif, helvetica, geneva;
	font-size:			100%;
	text-decoration:	underline;
	text-align:		left;
	font-weight: bold;
                 } 
                 
A.topbar2:link
	{
	color:			#003366;
	font-family:		arial, sans-serif, helvetica, geneva;
	font-size:			100%;
	text-decoration:	none;
	text-align:		left;
    font-weight: bold;
    }
A.topbar2:visited
	{
	color:			#003366;
	font-family:		arial, sans-serif, helvetica, geneva;
	font-size:			100%;
	text-decoration:	none;
	font-weight: bold;
                 } 
A.topbar2:hover
	{
	color:			#4E6F90;
	font-family:		arial, sans-serif, helvetica, geneva;
	font-size:			100%;
	text-decoration:	underline;
	text-align:		left;
	font-weight: bold;
                 } 
         
         
a:link    {color: #0000FF}
a:visited {color: #CC33FF}
a:active  {color:red}
a:hover   {color:red}
