/* BuildAmerica.com (admin) CSS style sheet */

.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, 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: 7pt;
	font-family: Verdana, Helvetica, sans-serif;
	color: gray;	
}

.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;
	}