@font-face
{
font-family: textFont;
src: url(gothic.ttf);
}
@font-face
{
font-family: headingFont;
src: url(gothicb.ttf);
}
.blueheading{
font-family:textFont;
	font-size:24px;
	color:#01a4e9;}
.whitetext12
{
	font-family:textFont;
	font-size:12px;
	color:#999999;
}
.whitetext12bold
{
	font-family:textFont;
	font-size:12px;
	color:#ffffff;
}

.pgheading{
font-family:headingFont;
	font-size:22px;
	color:ffffff;}
	
.whitetext15{
font-family:textFont;
	font-size:15px;
	color:ffffff;}
	
.redlink{
font-family:textFont;
	font-size:12px;
	color:#c92d2e;
	text-decoration: none;
	}
.redlink:visited {
font-family:textFont;
	font-size:12px;
	color:#c92d2e;
	text-decoration: none;
	}
.redlink:hover {
font-family:textFont;
	font-size:12px;
	color:#01a4e9;
	text-decoration: none;
	}
.bluelink{
font-family:textFont;
	font-size:12px;
	color:#09F;
	text-decoration: none;
	}
.bluelink:visited {
font-family:textFont;
	font-size:12px;
	color:#09F;
	text-decoration: none;
	}
.bluelink:hover {
font-family:textFont;
	font-size:12px;
	color:#c92d2e;
	text-decoration: none;
	}
