body { margin : 0; }

strong { font-weight : bold; }
em { font-style : italic; }

p, td {
	font-family : verdana, arial, helvetica;
	font-size : 10px;
	color : #FFFFFF;
}

a { text-decoration : none; }

a:link {
	color : #FFCC00;
}

a:visited {
	color : #FFCC00;
}

a:hover {
	color : #FFCCOO;
	text-decoration : underline;
}

a:active {
	color : #FFCC00;
}



/* Text Styles */

.goldDot {
	font-family : verdana, arial, sans-serif;
	font-size : 10px;
	color : #CC6600;
}
.boldWhite {
	font-family : verdana, arial, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #FFFFFF;
}

.boldGreySm {
	font-family : verdana, arial, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #333333;
}

.boldWhiteBig {
	font-family : verdana, arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
}

.boldGrey {
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #333333;
}

.dateGold {
	font-family : verdana, arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #F9B85B;
}

.titleYellow {
	font-family : verdana, arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFCC00;
}
