@charset "utf-8";
/* CSS Document */


body {
	background-image: url(images/background.jpg);
}


.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-style: bold;
	font-variant: normal;
	color: fbfcfd;
	text-decoration: none;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	color: fbfcfd;
}

.text:link {font-weight: bold;	color: fed38e;}
.text:visited {font-weight: bold; color: fed38e;}
.text:active {font-weight: bold;	color: fed38e;}
.text:hover {font-weight: bold;	color: fed38e;}

.blacktext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	color: ffffff;
}

.topnav{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	color: c8bead;
	text-decoration:none;
}

.bottomnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	color: c8bead;
	text-decoration:none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: 887a63;
	text-decoration: none;
}


.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	color: b7aa9f;
}

