
body {
  color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;  
}


.StandardWebControl
{
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	COLOR: black;
	BORDER-LEFT-COLOR: black;
	BORDER-BOTTOM-COLOR: black;
	BORDER-TOP-STYLE: solid;
	BORDER-TOP-COLOR: black;	
	BORDER-RIGHT-STYLE: solid;
	BORDER-LEFT-STYLE: solid;
	BORDER-RIGHT-COLOR: black;
	BORDER-BOTTOM-STYLE: solid;	
}

.MenuText
{
	font-size: 7.5pt;
	font-family: Verdana, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
}

.MenuSectionText
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
}

.SmallWebControl
{
	FONT-SIZE: 8pt;
	COLOR: black;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	BORDER-LEFT-COLOR: black;
	BORDER-BOTTOM-COLOR: black;
	BORDER-TOP-STYLE: solid;
	BORDER-TOP-COLOR: black;	
	BORDER-RIGHT-STYLE: solid;
	BORDER-LEFT-STYLE: solid;
	BORDER-RIGHT-COLOR: black;
	BORDER-BOTTOM-STYLE: solid;
}

.FormText2
{
	font-size: 10pt;
	font-family: Verdana, Helvetica, arial, sans-serif;
	color: black;
}

.FormText
{
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

.HeaderText
{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: steelblue;
}


.FooterText
{
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: white;	
}

.SmallText 
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: black;	
}

.SmallText2
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	color: black;	
}

.linktext
{
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:	none;
	color:	RoyalBlue;	
}

A:link	{	
	text-decoration:	none;
	color:	RoyalBlue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	RoyalBlue;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	RoyalBlue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	RoyalBlue;
	}