A:ACTIVE {
	text-decoration : underline;
}
A:HOVER {
	text-decoration : none;
}
A:VISITED {
	text-decoration : underline;
}
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.smallBlue {
	color : Navy;
	font-size : 12px;
}

.reallySmallWhiteCentered {
	color : White;
	font-size : 10px;
	text-align : center;
}

.blueLeftBoldLarge {
	color : #000066;
	font-size : larger;
	font-weight : bold;
	text-align : left;
}

OL {
	color : White;
}

UL {
	color : White;
}

.smallBlack {
	color : Black;
	font-size : 12px;
}
.whiteCentered {
	color : White;
	font-size : 12px;
	text-align : center;
}
.whiteLeft {
	color : White;
	font-size : 12px;
	text-align : left;
}
.whiteCenteredBold {
	color : White;
	font-size : 12px;
	font-weight : bold;
	text-align : center;
}
.whiteCenteredBoldLarge {
	color : White;
	font-size : larger;
	font-weight : bold;
	text-align : center;
}
.whiteLeftBold {
	color : White;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
}
.whiteLeftBoldLarge {
	color : White;
	font-size : larger;
	font-weight : bold;
	text-align : left;
}
.whiteCenteredItalic {
	color : White;
	font-size : 12px;
	text-align : center;
	font-style : italic;
}
.whiteLeftItalic {
	color : White;
	font-size : 12px;
	text-align : left;
	font-style : italic;
}
.whiteLeftItalicLarge {
	color : White;
	font-size : large;
	text-align : left;
	font-style : italic;
}
.smallGray{
	font-size : 12px;
	color : Gray;
}
