.default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.defaultBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFAA;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.defaultLarge {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
	cursor: hand;
	filter: Invert;
}
li {
	list-style-type: square;
	list-style-position: outside;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;

}
.defaultLargeBold {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.defaultSmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCFFCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #FFCC99;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #00CCFF;
}
.defaultSmallLight {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCFF00;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

