body
{
}

.FontStyle
{
	font-family:Verdana;
	font-size:10px;
	
}

.FontStyleSmall
{
	font-family:Verdana;
	font-size:7pt;
	
}

.FontStyleOverline
{
	font-family:Verdana;
	font-size:10px;
	vertical-align:super;
}

A.FontStyle:Link
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
}

A.FontStyle:Visited
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;	
}

A.FontStyle:Hover
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:underline;
	color:Blue;
}

.FontStyleTitle
{
	font-family:Verdana;
	font-size:12px;
	color:#004000;
	font-weight:bold;
	font-variant:small-caps;
}

.FontStyleTitle1
{
	font-family:Verdana;
	font-size:11px;
	color:#004000;
	font-variant:small-caps;
}

.FontStyleLabel
{
	font-size: 12px;
	font-family: Arial;
	color:Red;
	font-variant:small-caps;
}

.HandHoverStyle
{
	cursor:default 
}

.A.HandHoverStyle
{
	cursor:hand  
}

