/* Default CSS Stylesheet for a new Web Application project */
.homeText{	font-family:Arial;	font-size: 8pt;}
.homeText A { color: #225e36; text-decoration: none;}
.homeText A:hover { color: #225e36; text-decoration:underline}

.footerText { font-family:Arial; font-size: 8pt; color:#225e36; }
.footerText A { color: #225e36; text-decoration: none; font-weight:bold}
.footerText A:hover { color: #000000;}

.whatsNewText { font-family:Arial; font-size: 8pt; color:#612c3a; }
.whatsNewText A { color: #612c3a; text-decoration: none; font-weight:bold}
.whatsNewText A:hover { color: #000000;}



.underconstructionText
{
	font-family:Arial;
	font-size: 8pt;
	font-weight:bold;
	color:#CC0000;
}

.subHeadingText {	font-family:Arial;	font-size: 8pt;color: #612c3a; font-weight:bold;}
.headingText {	font-family:Arial;	font-size: 12pt;color: #612c3a; font-weight:bold;}

/* begin BODText */

.bodText{	font-family:Arial;	font-size: 8pt;}
.bodText A { color: #225e36; text-decoration: none;}
.bodText A:hover { color: #225e36; text-decoration:underline}

/* end BODText */

.blueText {  font-family:Arial; color: #0066cc; text-decoration: none; font-weight:bold}


.errorMessage 
{
	font-family:Arial;
	font-size: 8pt;
	font-weight:bold;
	color:#CC0000;
}


