body {
	background-image: url(../images/back_gradient.jpg);
	background-attachment: fixed;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color:#5A7F5B;
}

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #000000;
}

p {
	font-family: arial;
	color: #000000;
	font-size: 80%;
}

h1 {
	font-family: arial;
	color: #FFFFFF;
	font-size: 140%;
	margin-top: 5px; 
	margin-left: 5px;
	margin-bottom:10px;
}
h2 {
	font-family: arial;
	color: #FFFFFF;
	font-size: 70%;
	margin-top: 5px; 
	margin-left: 5px;
	margin-bottom:15px;
}

.footertext {
	font-family: arial;
	color: #000000;
	font-size: 70%;
}

a.footerlink:link {
	font-family: arial;
	color: #000000;
	font-size: 100%;
	text-decoration: none;
}
a.footerlink:active {
	font-family: arial;
	color: #000000;
	font-size: 100%;
	text-decoration: none;
}
a.footerlink:visited {
	font-family: arial;
	color: #000000;
	font-size: 100%;
	text-decoration: none;
}
a.footerlink:hover {
	font-family: arial;
	color: #000000;
	font-size: 100%;
	text-decoration: underline;
}
a.footerlink:visited:hover {
	font-family: arial;
	color: #000000;
	font-size: 100%;
	text-decoration: underline;
}


.greentext {
	font-family: arial;
	color: #5A7F5B;
	font-size: 70%;
}

a.greenlink:link {
	font-family: arial;
	color: #5A7F5B;
	font-size: 100%;
	text-decoration: none;
}
a.greenlink:active {
	font-family: arial;
	color: #5A7F5B;
	font-size: 100%;
	text-decoration: none;
}
a.greenlink:visited {
	font-family: arial;
	color: #5A7F5B;
	font-size: 100%;
	text-decoration: none;
}
a.greenlink:hover {
	font-family: arial;
	color: #5A7F5B;
	font-size: 100%;
	text-decoration: underline;
}
a.greenlink:visited:hover {
	font-family: arial;
	color: #5A7F5B;
	font-size: 100%;
	text-decoration: underline;
}


a.orangelink:link {
	font-family: arial;
	color: #FD9D0F;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
}
a.orangelink:active {
	font-family: arial;
	color: #FD9D0F;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
}
a.orangelink:visited {
	font-family: arial;
	color: #FD9D0F;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
}
a.orangelink:hover {
	font-family: arial;
	color: #FD9D0F;
	font-size: 70%;
	font-weight: bold;
	text-decoration: underline;
}
a.orangelink:visited:hover {
	font-family: arial;
	color: #FD9D0F;
	font-size: 70%;
	font-weight: bold;
	text-decoration: underline;
}


.breadcrumbtext {
	font-family: arial;
	color: #666666;
	font-size: 80%;
	text-decoration: none;
}

a.breadcrumblink:link {
	font-family: arial;
	color: #666666;
	font-size: 100%;
	text-decoration: none;
}
a.breadcrumblink:active {
	font-family: arial;
	color: #666666;
	font-size: 100%;
	text-decoration: none;
}
a.breadcrumblink:visited {
	font-family: arial;
	color: #666666;
	font-size: 100%;
	text-decoration: none;
}
a.breadcrumblink:hover {
	font-family: arial;
	color: #000000;
	font-size: 100%;
	text-decoration: none;
}
a.breadcrumblink:visited:hover {
	font-family: arial;
	color: #000000;
	font-size: 100%;
	text-decoration: none;
}


a.leftnav:link {
	font-family: arial;
	color: #666666;
	font-size: 70%;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 150px;
	height: 25px;
}
a.leftnav:active {
	font-family: arial;
	color: #666666;
	font-size: 70%;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 150px;
	height: 25px;
}
a.leftnav:visited {
	font-family: arial;
	color: #666666;
	font-size: 70%;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 150px;
	height: 25px;
}
a.leftnav:hover {
	font-family: arial;
	color: #000000;
	font-size: 70%;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 150px;
	height: 25px;
	background-color: #BBF5BB;
}
a.leftnav:visited:hover {
	font-family: arial;
	color: #000000;
	font-size: 70%;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 150px;
	height: 25px;
	background-color: #BBF5BB;
}

a.leftnavon:link,a.leftnavon:active,a.leftnavon:visited {
	font-family: arial;
	color: #000000;
	font-size: 70%;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 150px;
	height: 25px;
	background-color: #BBF5BB;
}




.bgblack {background: #000000;}
.bgwhite {background: #FFFFFF;}
.bglgrey {background: #E4E3E4;}
.bgdgrey {background: #666666;}
.bglgreen {background: #80D581;}
.bgdgreen {background: #01A803;}
.bggreen1 {background: #D9EFD7;}
.bggreen2 {background: #D2F8CF;}
.bggreen3 {background: #E6FFE0;}

.button {
	background-color: white;
}