/************************************************************************
* 		PRINT
*************************************************************************/
hr.blue {
	size: 2px;
	color: #0000A8;
}

.logo{
	height: 0;
	visibility: 0;
}

br {
	margin-top: -5;
}

table.content{
	margin-top: -10px;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

form.login{
	display: none;
	visibility: none;
}


body {
	font-color: black;
	font-size: 12pt;
	font-family: serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.screen {
	display: none;
	visibility: hidden;
	width: 0;
}

h3.white {
	font-weight: normal;
	color:BLACK;	
}
	
.smallfont {
	font-size: 12px;
}

h2 {
	color: #000066;
}
	
h3 {
	color: #990000;	
}
	
.blueBackground{
	background-color: #000066;
}
	
.redBackground{
	background-color: #990000;	
}
	
.whiteletters{
	color: white;	
}

tr.rules{
	vertical-align: top;	
}
	
/**************************************
		COPYRIGHT STUFF
***************************************/
td.copyright{
	background-color: #000066;
	text-align: center;
	font-color: white;
}

a.copyright{
	font-color: white;	
}

a:hover.copyright{
	font-color: yellow;	
}

/************************************
 			LEFT NAV
*************************************/
td.leftnav{
	vertical-align: top;
	width: 0;
}
	/************************************
	 			TOP NAV
	*************************************/
	.topnav {
		font-size: 11px;
		color: #990000;
		padding: 5px 10px;
		text-align: left;
		display: block;
		font-weight : bold;
		text-decoration: none;
	}
	a.topnav {
		font-size: 11px;
		color: #FFFF99;
		padding: 5px 10px;
		text-align: left;
		display: block;
		font-weight : bold;
		text-decoration: none;
	}
	
	a:HOVER.topnav {
		color: white;
	}
	
	a:VISITED.topnav {
		color: inherit;
	}
