@charset "ISO-8859-1";
.no-repeat {
	background-repeat: no-repeat;
}

.ul {
	list-style: circle;
	list-style-type: circle;

    padding:20px 0 0 40px;
}


.a:link {
	color: #ffffff;
	text-decoration: none;

}
.a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.a:visited {
    color: #ffffff;
	text-decoration: none;
}
.a:active {
	
	text-decoration: underline;
}

.b:link {
	color: #312525;
	text-decoration: none;
}
.b:hover {
	color: #312525;
	text-decoration: underline;
}
.b:visited {
	color: #312525;
	text-decoration: none;
}
.b:active {
	color: #312525;
	text-decoration: none;
}

.c:link {
	color: #003f50;
	text-decoration: none;
}
.c:hover {
	color: #003f50;
	text-decoration: underline;
}
.c:visited {
	text-decoration: none;
	color: #003f50;
}
.c:active {
	color:#003f50;
	text-decoration: none;
}



.pageheader {
	color: #158742;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}


.contact {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	letter-spacing: 1px;
}

.menu {
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}


.bodytext {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align:justify;
	
}

.bodytext1 {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	
	
}

.header {
	color: #ffffff;
	font-family:"Century Gothic";
	font-size: 16px;
	text-align: left;
	
}

.header1 {
	color: #000000;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	
}

.footer {
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	line-height:15px;
}

.footer2 {
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	line-height:15px;
}

.copyright {
	color: #0088bd;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}
