/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #0033CC;
}
a:active {
	color: #003399;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #000000;
	padding-bottom:5px;
	margin-bottom:0px;
}
h2 {
	font-size: 14px;
	color: #000000;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:0px;
}

.title {
    font-size:14px;
	font-weight:bold;
	}

.quotes {
    font-size:10px;
	font-style:italic;
	}	

.nav {
    background-image:url(images/navBG.gif);
	background-repeat: repeat-x;
	text-align:center;
	}
.nav a {
    font-size:11px;
	font-weight:bold;
	color:white;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:5px;
	padding-right:5px;
	margin-left:1px;
	margin-right:1px;
	text-decoration:none;
	height:100%;
	}
.nav a:hover {
    background-image:url(images/navBG-over.gif);
	background-repeat: repeat-x;
	height:100%;
	margin-left:1px;
	margin-right:1px;
	}	

.current a {
    background-image:url(images/navBG-over.gif);
	background-repeat: repeat-x;
	}

			
.footer {
    font-size:10px;
	font-weight:bold;
	}
.footer a {
    color:#FFFFFF;
	text-decoration:none;
	}			
	
#box {
    border:2px solid #aaaaaa;
	}	