/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	text-align: justify;
}

tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;

}

a:link {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

.nav A:link {
	color: #000066;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;		
}
.nav A:visited {
	color: #000066;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	

	}

.nav A:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.nav A:active {
	color: #000066;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	
	
}

.header {
	font-size: 25px;
	color: #000066;
	font-weight: bold;
	text-align: center;	
}		
.space{
	line-height: 22px;
}