a
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a:link
{
	color: rgb(FF,FF,FF)
}
a:visited
{
	color: rgb(FF,FF,FF) 
} 
a:active 
{
	color: rgb(0,33,66)
}

a:hover 
{
	color: rgb(0,33,66)
}



body, .small-link
{
	font-family: Gill Sans MT;
	background-color: rgb(FF,FF,FF);
}

body
{
	color: rgb(0,33,66)
}


table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0); 
}

h1, h2, h3, h5, h6, .h2gray
{
	        font-family: Gill Sans MT;
	        color: rgb(0,33,66);
}

.small-link  
{ 
			font-weight: bold;
			font-size: 8pt
}
 

h1
{
	
	font-size: 36pt;
}
h2
{
	
}
h3
{
	
}
h4
{
	font-style: italic;
	font-family: Century Gothic;
}
h5
{
	
}
h6
{
	
}