@charset "utf-8";
/* CSS Document */


/* This is the sites main style sheet */

.font {
	font-family : Arial;
	font-size : 12px;
	color : #000000;
} 

A:link {
	font-family : Arial;
	font-size : 12px;
	color : #0000FF;
	text-decoration : underline;
}

A:visited {
	font-family : Arial;
	font-size : 12px;
	color : #0000FF;
	text-decoration : underline;
}

A:hover {
	font-family : Arial;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
}

.HEADERfont {
	font-family : Arial;
	font-size : 14px;
	color : #000000;
	font-weight : bold;
} 

.QUOTEHEADERfont {
	font-family : Arial;
	font-size : 14px;
	color : #FFFFFF;
	font-weight : bold;
} 

.MAINfont {
	font-family : Arial;
	font-size : 12px;
	color : #000000;
} 

.PRIVACYfont {
	font-family : Arial;
	font-size : 11px;
	color : #000000;
} 


.COPYRIGHTfont {
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
} 

A.COPYRIGHTfont:link {
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	font-weight : bold;
	text-decoration : underline;
} 

A.COPYRIGHTfont:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	font-weight : bold;
	text-decoration : underline;
} 

A.COPYRIGHTfont:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #0000FF;
	font-weight : bold;
	text-decoration : none;
}