/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 114%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Table tag styles                             */
/***********************************************/ 
table.results {
	table-layout: auto;
	border-width: 5px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.results td {
	padding: 2px 2px 2px 2px;
	color: black;
}

table.results tr.d0 td {
	color:	#FFFFFF;
	background-color: #000999;
	 font-weight: bold;
}

table.results tr.d1 td {
	background-color: #FFFFFF;
}

table.results tr.d2 td {
	background-color: #CCCCCC;
}