.Text
{
	font-size:10pt;
	color:Black
}

.SmallText
{
	font-size:9pt;
	color:Black
}

.LargeBoldText
{
	font-size:11pt;
	font-weight:bold;
	color:Black
}

.TextBold
{
	font-size:9pt;
	font-weight:bold;
	color:Black
}

.RedText
{
	font-size:10pt;
	color:Red
}

.RedTextBig
{
	font-size:14pt;
	color:Red
}

.WhiteTextBold
{
	font-size:9pt;
	font-weight:bold;
	color:White
}

.WhiteText
{
	font-size:9pt;
	color:White
}

.SurveyLink
{
	font-family: Arial;
	font-weight:bold;
	font-size: 9pt;
	color: #ffffcc ;
	text-decoration: None
}
.SurveyLink:Hover
{
	font-family: Arial;
	font-weight:bold;
	font-size: 9pt;
	color: #ffffcc;
	text-decoration: Underline	
}

.RedLink
{
	font-family: Arial;
	font-weight:bold;
	font-size: 9pt;
	color: #cc9966;
	text-decoration: None
}
.RedLink:Hover
{
	font-family: Arial;
	font-weight:bold;
	font-size: 9pt;
	color: #cc9966;
	text-decoration: Underline	
}
