/* Default CSS Stylesheet for a new Web Application project */


	
.Footer
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
}

A.FooterLinks
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
}

.HomeTitle
{
	font-size: 9pt;
	color: #000033;
	font-family: Verdana;
}

.HomeText
{
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
}

A.HomeLink
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}

A.HomeLink:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: blue;
	font-family: Verdana;
	text-decoration: none;
}

.SubMenuText
{
	font-weight: bold;
	font-size: 9pt;
	color: #040436;
	font-family: Verdana;
}

A.SubMenuText
{
	font-weight: bold;
	font-size: 9pt;
	color: #CC3300;
	font-family: Verdana;
	text-decoration: none;
}

.SubHeaderText
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
}

.SubText
{
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
}

BODY
{
 margin: 0px;
}
