body {
	background-color: #000000;
	margin: 0px;
}

td,th,p,body,li {
	font-family: Tahoma, Verdana, Arial; 
	font-size: 12px; 
	color:#FFFFFF;
}


p{
	text-align: justify;
	text-indent: 20pt;
	margin: 0px;
	padding: 3px;
}


.banner {
	background-image: url(../img/Nav/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.navback {
	background-image: url(../img/Nav/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	font-weight: bold;

}

a.nav:link {color:#FFFFFF; text-decoration: none}
a.nav:active {color:#FF0000; text-decoration: none}
a.nav:hover {color:#3399CC; text-decoration: none}
a.nav:visited {color:#FFFFFF; text-decoration: none}

a:link {
	color: #FFFFFF;
}
a:hover {
	color: #CC6633;
}
a:visited {
	color: #3399CC;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
.right {
	background-image: url(../img/Nav/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
