body {
	background-color : #FFFFFF;
	margin-top : 8px;
	margin-left : 8px;
}

.menu{
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

td.headerrow{
  background-color : #A6C6A6;
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

td.evenrow{
  background-color : #ABC6E3;
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}


td.oddrow{
  background-color : #E8C7A8;
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

.main{
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

.subheading{
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

.ul {
  text-decoration: underline;
}


a:active, a:link, a:visited {
	color : #6699CC;
	text-decoration: none;
}

a:hover {
	color : #FF9933;
	text-decoration: none;
}	
