BODY{font-family: Arial}
	INPUT.formbutton{
		background-color: #000000;
		color: #FFFFFF;
		font: Arial}
	TABLE.results{
		background: #FFFFFF;
	}
	TABLE.view{
		background: #CCCCFF;
	}
	TH{
		background: Teal;
		color: #FFFFFF;
		font-size: 12;
	}
	hr {
		color : #3163CE;
	}
	#h {
		font-family: Arial, Helvetica, sans-serif;
		font-size : 15px;
		text-align : center;
		font-weight : bold;
		color : #3163CE;
	}
	#a {
		color : White;
		text-decoration : none;
	}
	#d {
		color : Black;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 11px;
		text-align : center;
		font-weight : bold;
	}
	#m {
		font-family: Arial, Helvetica, sans-serif;
		font-size : 15px;
		text-align : left;
		font-weight : bold;
		background-color : Teal;
	}
	#m2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size : 15px;
		text-align : center;
		font-weight : bold;
		background-color : Teal;
	}
	#p {
		vertical-align : top;
	}
	#l1 {
		display : none;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	#l2 {
		display : none;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	#l3 {
		display : none;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	#l4 {
		display : none;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	#l5 {
		display : none;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	a.tip:hover {
	position: relative;
	cursor: help;
}

a.tip span {
	display: none;
}

a.tip:hover span {
	display: block;
   	position: absolute; top: 48px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	border: 1px dotted #c0c0c0;
    text-decoration: none;
	padding-right: 20px;
	background: #f0f0f0 url(../images/lightbulb.gif) 100% 5% no-repeat;
	width: 250px;
	/* end formatting */
}