a {
	text-decoration : underline;
}

a:active {
	text-decoration : underline;
}

a:hover {
	color : ADDBE7;
	text-decoration : underline;
}



a.fatWhite {
	color : FFFFFF;
	text-decoration : underline;
	font-weight: bold;
	line-height : 20px;
}

a:active.fatWhite {
	color : FFFFFF;
	text-decoration : underline;
}

a:hover.fatWhite {
	color : FFFFFF;
	text-decoration : underline;
}


body,table,td,p,div,blockquote,ol,li {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
}

b, strong {
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
}

.smallerText {
	color : FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
}

.alignRight {
	text-align : right;
}

.relatedCode {
	color : FFFFFF;
	font-family : "Courier New", monospace;
	font-size : 8pt;
}


