/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-attachment:fixed;
	}
.TextMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
.TextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.TextBlack a:link {
	color: #333333;
	text-decoration: underline;
	}
.TextBlack a:visited {
	text-decoration: underline;
	color: #000000;
	}
.TextBlack a:hover {
	text-decoration: none;
	color: #FF6600;
	}
.TextBlack a:active {
	text-decoration: underline;
	color: #CC0000;
	}
.HeadingGreen {
	color: #84B464; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
.HeadingPurple {
	color: #9085B5;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
.HeadingPink {
	color: #C96E88; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
.HeadingDarkBlue {
	font-family:Arial, Helvetica, sans-serif;
	color: #51719C;
	font-weight: bold;
	font-size: 16px;
	}

.navTitle{
	width:184px;
	height: 18px;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #7EA490; 
	border-bottom:1px solid #82A797;
	padding:4px 0px 2px 14px;
	display:block;
	text-decoration:none;
	}
a.oNavItem, a.greenNavItem:visited{
	width: 184px !important;/*MOZILLA BASED BROWSERS*/
	width:184px;/*IE 6*/ 
	color:#FFFFFF;
	background-color: #6D937F; 
	border-bottom:1px solid #82A797;
	padding:5px 0px 4px 14px;
	display:block; 
	text-decoration:none;
}
a.oNavItem:hover{
	color:#FFFFFF; 
	background-color: #587D72;
	text-decoration:none;
}