@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: repeat;
}
.mainText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.box {
	border: thin solid #000;
	background-color:#FFF;
}

.nav {
	border: thin solid #ffffff;
	background-color: black;
	position: relative;
	padding: 5px;	
}

.nav:hover {
	border: thin solid #ffffff;
	background-color: #ffffcc;
	color:#000000;
}

a.Navlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.Navlink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


a.Navlinkwhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.Navlinkwhite:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}




.footertxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}


a.footerlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

a.footerlink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: gray;
}


.whitetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
