@font-face {
font-family: Agency FB;
src: url("Agency FB.eot") format('embedded-opentype');
src: url(Agency_FB.ttf) format('truetype')
}
@font-face {
    font-family: PerSPire;
    //this is the part whre we try and fix things for Internet Explorer
    src: url(Regular.eot) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    src: url(perspire.ttf) format('truetype')
    
}
@font-face{
    font-family: PrevueGrid;
    src: url(PrevueGrid.eot) format('embedded-opentype');
    src: url(PrevueGrid.ttf) format('truetype')
}
@font-face{
    font-family: PrevueList;
    src: url(PrevueList.eot) format('embedded-opentype');
    src: url(PrevueList.ttf) format('truetype')
}
a:link
{
	color: rgb(204,0,0); 
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}
body
{
	font-family: Bookman Old Style, Times New Roman, Times;
	background-color: rgb(204,204,204);
	color: rgb(0,0,102);
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Bookman Old Style, Times New Roman, Times;
}

h1
{
	color: rgb(51,51,204);
}
h2
{
	font-family: Agency FB;
	color: rgb(0,130,43); 
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}