/* CSS Document */

body{
	margin:0px;
	background-color: #6CC6FF;
	background-image: url(images/Background_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.bottom-link {
	font-family: Tahoma;
	font-size: 11px;
	color: #020202;
	text-decoration: none;
}
a.bottom-link:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #020202;
	text-decoration: none;
}
a.bottom-link:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #020202;
	text-decoration: none;
}
a.bottom-link:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #020202;
	text-decoration: none;
}
a.bottom-link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #9e0210;
	text-decoration: none;
}


.bodytext-red {

	font-family: Tahoma;
	font-size: 11px;
	color: #F85148;
	text-decoration: none;
}

.footer {
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	height: 169px;
	width: 780px;
		font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.menumember {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #031a4c;
	line-height: 25px;
	text-decoration: none;
	height: 25px;
	width: 125px;
	border: 1px solid #FFFFFF;
}

.menumember a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.menumember a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.menumember a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.menumember a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #77a22b;
	display: block;
}
