	BODY {
		background-color: white;
		font-family: Verdana, Helvetica, sans-serif;
		color: #003366;
		font-size: 11px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	INPUT {
		color: black;
		background-color: white;
		font-size: 11px;
		font-family: Verdana, Helvetica, sans-serif;
	}
	
	TEXTAREA {
		color: black;
		background-color: white;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		height: 120px;
		width: 300px;	
	}
	
	SELECT {
		color: black;
		background-color: white;
		font-size: 11px;
		font-family: Verdana, Helvetica, sans-serif;
	}
	
	TABLE, TH, TD {
		font-family: Verdana, Helvetica, sans-serif;
		color: black;
		font-size: 11px;
	}

	
	TABLE.OVER { 
		background-color: #FF9900; 
		color: white; 
	} 

	TABLE.OUT {  
		background-color: #ebebeb;
		color: #666600;
	} 
	
	FORM {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	IMG {
		border-width: 0px;
	}

	P {
		font-family: Verdana, Helvetica, sans-serif;
	}

	A:link, A:active, A:hover, A:visited{
		color: #000000;
	}

	.special {
		font-style: italic;
		font-weight: bold;
	}

