@charset "utf-8";
/* CSS Document */
A {
	color: white;
	text-decoration:none;
	font-size:13pt;
	font-family:tahoma;
	font-weight: bold;
}
	A:hover {color: RED; font-size:13pt}
	link {color: RED; text-decoration:none;}
	
	.headerLogo{
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #FFFFFF;
	text-decoration: underline;
}

.headerLogoNoUline{
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #FFFFFF;
	text-decoration: none;
}

.header{
	font-family: "Book Antiqua", Times, serif;
	font-size: 36px;
	color: #0033FF;
	text-decoration: none;
}
.subheader{
	font-family: "tahoma", Times, serif;
	font-size: 18px;
	color: #ffffFF;
	text-decoration: none;
}

.class1{
	font-family: "tahoma", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.classLarge{
	font-family: "Book Antiqua", Times, serif;
	font-size: 30px;
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}

.classmedsmall{
	font-family: "Book Antiqua", Times, serif;
	font-size: 16px;
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}

.classmedsmallTahoma{
	font-family: "tahoma", Times, serif;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}
.classmed{
	font-family: "Book Antiqua", Times, serif;
	font-size: 20px;
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}

.classLargeUline{
	font-family: "Book Antiqua", Times, serif;
	font-size: 40px;
	color: #0033FF;
	text-decoration: underline;
	font-weight: bold;
}
