.cssMenuLink
{
	font-family:verdana;
	font-size:10pt;
	font-weight:normal;
	color:white;
	text-decoration:none;
}

.cssMenuLink_MouseOver
{
	font-family:verdana;
	font-size:10pt;
	font-weight:normal;
	color:white;
	text-decoration:underline overline;
}

.cssMenuLink_Current
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.text
{
	font-family:verdana;
	font-size:10pt;
	color:white;
}

.boldText
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
}

.smallText
{
	font-family:verdana;
	font-size:8pt;
	font-weight:normal;
	color:white;
}

.smallBoldText
{
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	color:white;
}

.largeText
{
	font-family:verdana;
	font-size:12pt;
	font-weight:normal;
	color:white;
}

.largeTextBold
{
	font-family:verdana;
	font-size:12pt;
	font-weight:bold;
	color:white;
}

a
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

a:visited
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

a:link
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

a:hover
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
	text-decoration:underline;
}