/* CSS Document */
body {
	margin:0;
	background-color:#000000;
}

td {
	font-family :  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

p.justify {
	text-align:justify;
	padding: 0;
	margin: 0 0 15px 0;
}

.nav {
	background-image:url(../images/middlenav.jpg);}
.nav a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight : bold;
	text-decoration: none;
}
.nav a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight : bold;
	text-decoration: none;
}
.nav a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cccc00;
	font-weight : bold;
	text-decoration: none;
}
.nav a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffff00;
	font-weight : bold;
	text-decoration: none;
}



.bow a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight : bold;
	text-decoration: underline;
}
.bow a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight : bold;
	text-decoration: none;
}
.bow a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cccc00;
	font-weight : bold;
	text-decoration: none;
}
.bow a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffff00;
	font-weight : bold;
	text-decoration: none;
}


h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ffffff;
}

