.RegularText
{
	font-family:verdana;
	font-size:7.5pt;
	color:Black;
	text-decoration:none;
	background-color:Transparent;
}
.RegularTextBulleted
{
	font-family:verdana;
	font-size:7.5pt;
	color:Black;
	background-color:Transparent;
	list-style-type:circle;
	list-style-position:outside;
	
}
.RegularTextBold
{
	font-family:verdana;
	font-size:7.5pt;
	font-weight:bold;
	color:Black;
	text-decoration:none;
	background-color:Transparent;
}
.RegularTextLarge
{
	font-family:verdana;
	font-size:9pt;
	font-weight:bold;
	color:Black;
	text-decoration:none;
	background-color:Transparent;
}
.RegularTextXLarge
{
	font-family:verdana;
	font-size:11pt;
	font-weight:bold;
	color:Black;
	text-decoration:none;
	background-color:Transparent;
}
.GreenLinkButton
{
	font-family:verdana;
	font-size:8pt;
	text-decoration:underline;
}
.StyleError
{
	font-family:verdana;
	font-size:11px;
	color:White;
	height:16px;
	background-color:rgb(210, 12, 51);	
	border-color:rgb(210, 12, 51);
	border-bottom-style:none;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
}
.StylePsswd
{
	font-family:verdana;
	font-size:7.5pt;
	color:LimeGreen;
	text-decoration:none;
	background-color:White;
	border-bottom-style:solid;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-color:DarkGray;
	border-width:1px;
	height:18px;
	width:240px	
}

