body {
	text-align:center;
	font:78%/130% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
	color:#000099;
	background-color: #eee;
}  

a { color:#fff; }  

div#container {
	width:700px;
	margin:0 auto;
	text-align:left;
}  

h1 {
	font-size:16px;
	color:#000099;
} 

h2 {
	font-size:14px;
	padding:6px 8px;
	margin-bottom:5px;
	background:#eee;
	color:#CC0000;
}

li {
	margin-bottom:1em;
}

p { padding:0 6px; } 
p strong {
	color: #000099;
}
p.disclaimer {
	background:#333;
	padding:6px;
	border:1px solid #1f1f1f; 
}     

p.thumb {
	background:#eee;
	padding:6px;
	border:0px solid #1f1f1f;
}   

p.thumb a:hover{
	color: #1a1a1a;
	background-color: #CC0000;
	}	                        

th { text-align:left; }
th.center { text-align:center; }
td {
	text-align:center;
	color:#000000;
}
tr.head { background:#222; }
tr.head th {
	color:#000000;
} 
td.fail { background:#860007; }
td.warn { background: #A7AF35; }
td.pass { background: #19740E; }
