body { 	background-color: #2f2c55;
	color: #000000;

}

a {	color: #000000; 
	
	font-weight: bold; 
	
	text-decoration: underline;

}

a:hover { color: #2f2c55;

	text-decoration: none;

}

a.nav {	color: #ffffff; 
	
	font-weight: bold; 
	
	text-decoration: none;

}

a:hover.nav { color: #ffbf00;

	text-decoration: underline;

}



p	{ font-size: 90%;
	color: #000000;

}

p.small { font-size: 75%;

}

img.front { padding-left: 20px;

	padding-right: 20px;

}

li	{ font-size: 85%;

	font-weight: bold;

	color: #000000;

}


table { font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 100%;

	width: 75%;

	text-align: left;

	border-top: #b0b0b0 6px solid;

	border-bottom: #b0b0b0 6px solid;

	border-left: #b0b0b0 6px solid;

	border-right: #b0b0b0 6px solid;

	background-color: #ffffff;


}

table.nav { font-family: Verdana, Arial, Helvetica, sans-serif;

	width: 70%;

	font-size: 100%;

	font-weight: bold;

	text-align: center;

	border-top: black 10px solid;

	border-bottom: black 10px solid;

	border-left: black 1px solid;

	border-right: black 1px solid;

	background-color: #000000;


}

table.blank { border-top: black 1px none;

	border-bottom: black 1px none;

	border-left: black 1px none;
	
	border-right: black 1px none;

}

td.logo { text-align: right;

}

td.text { padding-left: 25px;

}

h1 { 	font-size: 120%;
	color: #000000;
	font-weight: bold;
	

}

h2 { 	font-size: 95%;
	font-weight: bold;
	color: #000000;

}

	




