/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-position: left top;
	font-size: 11px;
	background-color: #CBCBCB;
	font-family: Verdana, Sans-Serif;
}
.blackLine
{
	background-color: #000000;
}
.footer
{
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}
.footer A
{
	color: #006600;
	text-decoration: none;
}
.footer A:hover
{
	color: #247034;
	text-decoration: underline;
}
formText
{
	text-align: right;
	font-size: 10px;
}
.greenLine
{
	background-color: #247034;
}
.input
{
	border-right: #669966 1px solid;
	border-top: #669966 1px solid;
	font-size: 10px;
	border-left: #669966 1px solid;
	border-bottom: #669966 1px solid;
}
.mainContent
{
	background-color: #FFFFFF;
}
.mainText
{
	color: #000000;
	line-height: 16px;
	text-align: justify;
}
.mainText A
{
	color: #247034;
	text-decoration: underline;
}
.mainText A:hover
{
	color: #006600;
	text-decoration: none;
}
.mainText LI
{
	list-style-image: url(fwkComponents/bullet.gif);
}
.pgHeading H1
{
	font-size: 18px;
	color: #247034;
}
.ratesTable
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	text-align: left;
}
.ratesAlt
{
	background-color: #f5f5f5;
}
.ratesTable TH
{
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #247034;
	text-align: center;
}
.ratesTable LI
{
	list-style-position: outside;
	list-style-image: url(fwkComponents/bullet.gif);
}