@charset "utf-8";
/* CSS Document */

.edmBG {
	background-color: #8BC43D;
	background-image: url(images/edm2.jpg);
	background-repeat: no-repeat;
}

.mainBG {
	background-color: #8BC43D;
	background-image: url(images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.indexBG {
	background-color: #8BC43D;
	background-image: url(images/homepage.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.boxBG {
	background-color: #8BC43D;
	background-image: url(images/box2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.indexContentText {
	font-family: Arial;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	font-weight: bold;
}

.indexLinkText {
	font-family: Arial;
	font-size: 18px;
	color: #6EAB23;
}
.indexLinkText a:link {
	color: #6EAB23;
	text-decoration: none;
}
.indexLinkText a:visited {
	color: #6EAB23;
	text-decoration: none;
}
.indexLinkText a:hover { 
	color: #FF6600;
	text-decoration: none; 
}
.indexLinkText a:active {
	color: #6EAB23;
	text-decoration: none;
}


.sideBarBG {
	background-color: #C6E39F;
}

.contentBG {
	background-color: #FFF;
}

.menuTitleText {
	font-family: Arial;
	font-size: 16px;
	color: #6EAB23;
	font-weight: bold;
}



.menuRolloverLink {
	font-family: Arial;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.menuRolloverLink a:link {
	color: #6EAB23;
	text-decoration: none;
}
.menuRolloverLink a:visited {
	color: #6EAB23;
	text-decoration: none;
}
.menuRolloverLink a:hover { 
	color: #FF6600;
	text-decoration: none; 
}
.menuRolloverLink a:active {
	color: #6EAB23;
	text-decoration: none;
}

.contentTitleText {
	font-family: Arial;
	font-size: 18px;
	color: #6EAB23;
	font-weight: bold;
}

.contentSubTitleText {
	font-family: Arial;
	font-size: 14px;
	color: #ff6600;
	font-weight: bold;
}

.contentQuestionText {
	font-family: Arial;
	font-size: 12px;
	color: #537D1A;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
}

.contentText {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	text-decoration: none;
}
.contentText a:link {
	color: #6EAB23;
	text-decoration: none;
}
.contentText a:visited {
	color: #6EAB23;
	text-decoration: none;
}
.contentText a:hover { 
	color: #FF6600;
	text-decoration: none; 
}
.contentText a:active {
	color: #6EAB23;
	text-decoration: none;
}
