/* Main body text - not actually used as all text is witin a table somewhere */
BODY{
	font-family : Arial;
	font-size : 8pt;
	color : #9C4556;
}

.small{
	font-family : Arial;
	font-size : 10pt;
	color : #9C4556;
}

.small8{
	font-family : Arial;
	font-size : 8pt;
	color : #9C4556;
}

.small8wt{
	font-family : Arial,Helvetica,Verdana;
	font-size : 8pt;
	color : #FFFFFF;
}


/* contols the properties of all the hyperlinks not classified as listed above */

A:LINK {
	font-family : Verdana,Arial,Helvetica;
	font-size : 10px;
	color: #9C4556;
	text-decoration :  underline;
}

A:VISITED {
	font-family : Verdana,Arial,Helvetica;
	font-size : 10px;
	color: #9C4556;
	text-decoration : underline;
}


A:HOVER {
	font-family : Verdana,Arial,Helvetica;
	color : #B4B4B4;
	font-size : 10px;
	text-decoration : none;
}


A:small:LINK {
	font-family : Verdana,Arial,Helvetica;
	font-size : 9px;
	color: #9C4556;
	text-decoration :  underline;
}

A:small:VISITED {
	font-family : Verdana,Arial,Helvetica;
	font-size : 9px;
	color: #9C4556;
	text-decoration : underline;
}


A:small:HOVER {
	font-family : Verdana,Arial,Helvetica;
	color : #B4B4B4;
	font-size : 9px;
	text-decoration : none;
}



A.white:LINK {
	font-family : Verdana,Arial,Helvetica;
	font-size : 8pt;
	color: #FFFFFF;
	text-decoration :  underline;
}

A.white:VISITED {
	font-family : Verdana,Arial,Helvetica;
	font-size : 8pt;
	color: #FFFFFF;
	text-decoration : underline;
}


A.white:HOVER {
	font-family : Verdana,Arial,Helvetica;
	color : #FFFFFF;
	font-size : 8pt;
	text-decoration : none;
}
	