@charset "utf-8";
/* CSS Document */

a img { border: none; }

body {
		background-image: url(images/bg1.jpg);
		background-repeat: repeat;
		} 

.copy {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
}	
		
.portrait {
	margin-top: 20px;
}

.nav {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
}	
a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:hover {color: #000000; text-decoration: underline; }
a.nav:active {color: #ffffff; }

.headline3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	margin-left: 30px;
	margin-right: 5px;
	color: #FF9900;
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 2px 3px #333;
}

.headline4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #5E170F;
	margin-top: -3px;
}

.main-text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

.table-main-body {
	border-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.table-nav {
	border-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
}

.info-text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
}

.info-text2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: -15px;
	text-decoration: underline;
}

.footer {
	margin-top: 5px;
	margin-bottom: 5px;
}

a.copynav:link {color: #000000; text-decoration: none; }
a.copynav:visited {color: #000000; text-decoration: none; }
a.copynav:hover {color: #FFFFFF; text-decoration: underline; }
a.copynav:active {color: #000000; }
