/* Default CSS Stylesheet for a new Web Application project */
.homeText{	font-family:Arial;	font-size: 8pt;}
.homeText A { color: #006C9C; text-decoration: none;}
.homeText A:hover { color: #006C9C; text-decoration:underline}

.footerText { font-family:Arial; font-size: 8pt; color:#0097d6; }
.footerText A { color: #0097d6; 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;
}

/* begin Questions &  Answer */

.FAQ
{
	font-family:Trebuchet MS;
	font-size: 20pt;
	font-weight:bold;
	font-style:italic;
	color:#5f2b37;
}

.FAQText
{
	font-family:Arial;
	font-size: 8pt;
	font-weight:bold;
	color:#5f2b37;
}

/* end Questions &  Answer */

.blueText { color: #006C9C; text-decoration: none;}

