@charset "utf-8";
/* CSS Document */

.body{
	background-image:url(../images/bg-top.jpg);
	background-position:top;
	background-color:#f3f3f3;
	background-repeat:repeat-x;
	margin:0px;
}
.link {
color:red;
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
index.css (line 90)

.mainText{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		
}
.menuLinks{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;

}
.menuLinksHover{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color:#f1f654;
	letter-spacing:1px;
}
.menuLinkTDHover{
	background-image:url(../images/hover.jpg);
}
.manuBg{
	background-image:url(../images/menu-center-bg.jpg);
	height:53px;
}
.h1{
	font-family:Arial;
	font-size:19px;
	color:#49494b;
}
.line{
	font-family:Arial;
	font-size:19px;
	color:#def2c1;
	font-weight:bold;
}
.h2{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#4da410;
	text-decoration:underline;
}
.mainText{
	font-family:Arial;
	font-size:12px;
	color:#6c6c6c;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}
.mainTextB{
	font-family:Arial;
	font-size:12px;
	color:#6c6c6c;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.orangeText{
	font-family:Arial;
	font-size:12px;
	color:#ea8c0c;
	text-align:justify;
}
.h3{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.line2{
	font-family:Arial;
	font-size:25px;
	color:#c7d9a7;
	font-weight:bold;
}
.copyright{
	font-family:Arial;
	font-size:13px;
	color:#464847;
}
.headerBg{
	background-image:url(../images/header.bg.jpg);
	background-repeat:no-repeat;
	height:322px;
	width:360px;
}
.headerH{
	font-family:Arial;
	font-size:16px;
	color:#468d00;
	padding-left:15px;
	font-weight:bold;
	text-decoration:none;
}
.headerH:hover{
	color: #000000;
}
.newsLetter{
	background-image:url(../images/news-letter.jpg);
	height:109px;
	width:301px;
	background-repeat:no-repeat;
}
.newsLetterText{
	font-family:Arial;
	font-size:17px;
	color: #FFFFFF;
	padding-bottom:20px;
	padding-left:75px;
	padding-top:15px;
	font-weight:bold;
}

.homefooter{
	color: #FFFFFF;
	font-size:12px;
	font-family:Arial;
	text-decoration:none;
	text-align:Left;
	font-weight:bold;
}
.homefooter a{
	color: #FFFFFF;
	font-size:13px;
	font-family:Arial;
	text-decoration:none;
	text-align:Left;
	font-weight:bold;
	padding-left:15px;
}
.homefooter a:hover{
	color: #FFFF00;
	text-decoration:underline;

}

.benefitspagetext{
	font-size:12px;
	font-family:Arial;
	color:#000000;
	text-decoration:none;
}
.center
{
text-align:center;}

