/* CSS Document */

body {
	SCROLLBAR-ARROW-COLOR: 		#FFFFFF;
	SCROLLBAR-BASE-COLOR: 		#000000;
	SCROLLBAR-HIGHLIGHT-COLOR: 	#cccccc;
	SCROLLBAR-3DLIGHT-COLOR: 	#cccccc;
	SCROLLBAR-TRACK-COLOR: 		#333333;
	background-color:			black;
	color:						white;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					1em;
}
a{
	color:						#aaFFFF;
	text-decoration:			none;
}
LI {
	Line-height:	16pt;
	Margin-top:	10pt;
}
UL {
	Line-height:	16pt;
}
P {
	Text-align:	justify;
}
H1 {
	Line-height:	20pt;
	font-size:		1.4em;
	
}
H2 {
	font-size:		1.2em;
	
}
table.messages{
	width:				500px;
	background-color:	red;
	border:				4px ridge red;
	text-align:			center;
	padding:			4px;
	height:				60;
}
table.selector{
}
table.selector td{
	text-align:		center;
	border:			2px inset gray;
	padding:		4px;
}
table.selector th{
	text-align:		right;
	border:			2px outset gray;
	padding:		4px;
}
.content{
	width:			80%;
	margin:			16px;
}
table.reportleft{
	background-color:	#444444;
}
table.reportleft th{
	color:				white;
	border:				2px outset #cccccc;
	padding:			4px;
	background-color:	#333333;
	font-size:			1em;
	font-weight:		normal;
	text-align:			right;
	vertical-align:		top;
}

table.reportleft td{
	color:				white;
	border:				2px outset;
	padding:			4px;
	background-color:	#666666;
	vertical-align:		top;
}
