body
{
	background-color: #7A9A35;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: Center;
	color: White;
}

.headerImage
{
	background-image: url(images/p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.menuPage
{
	background-color: Black/*#7A9A35;*/
}

.menuBackground
{
	background-image: url(images/btnBlank.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 170px;
	text-align: center;
}

.menuBackground:hover
{
	background-image: url(images/m1-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.menuBackground:visited
{
	background-image: url(images/m1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.menuBackground:active
{
	background-image: url(images/m1-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.borderTable
{
	border: solid 1px Black;
}

.altBackground
{
	background-color: #90b000;
}

.mainTable
{
	background-color: Black;
	font-size: 11px;
	text-align: justify;
}

.mainTableGreen
{
	background-color: #7A9A35;
	font-size: 11px;
	text-align: justify;
}

/**=======================Links===========================**/

a
{
	color: White;
	text-decoration: underline;
}

a:Hover
{
	color: #7A9A35;
}

a:Visited
{
	color: Gray;
}

.mainLink
{
	color: White;
	text-decoration: none;
	font-family: Tahoma;
	text-align: left;
}

.mainLink:Hover
{
	color: #7A9A35;
	text-decoration: underline;
}

.mainLink:Active
{
	color: #7A9A35;
}

.featureLink
{
	background-color: Black;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	text-decoration: underline;
}
.featureLink:Hover
{
	color: #7A9A35;
}

.featureLink:Visited
{
	color: Gray;
}

.featureLinkSmall
{
	font-size: 11px;
	text-align: justify;
	font-weight: bold;
	text-decoration: underline;
	color: #404040;
}
.featureLinkSmall:Hover
{
	color: #7A9A35;
}

.featureLinkSmall:Visited
{
	color: #404040;
}

.featureLinkText
{
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	text-decoration: underline;
	color: #404040;
}
.featureLinkText:Hover
{
	color: #7A9A35;
}

.featureLinkText:Visited
{
	color: #404040;
}

.rightLink
{
	font-size: 10px;
	text-align: Right;
	color: #7A9A35;
	text-decoration: underline;
	margin-left: 60px;
}

.rightLink:Hover
{
	font-weight: bold;
}


/*=====================================================*/

.featureText
{
	background-color: Black;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
}

.pageText
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: Justify;
	color: White;
	background-color: #262626;
}

.pageTextWhite
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: Justify;
	color: White;
}

.pageTextGray
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: Justify;
	color: #404040;
}

.pageTextSilver
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: Justify;
	color: Silver;
}


.largeText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: Left;
	color: White;
	background-color: #262626;
}

.pageTextBorder
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: Justify;
	color: White;
	background-color: #262626;
	border-bottom: dotted 1px Black;
}

.pageTextXLargeGreen
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: Justify;
	color: #7A9A35;
}

.greenText
{
	color: #7A9A35;
	font-weight: bold;
}

