html{
	font-size: 100%;
	background : White;
	height: 100%;	
}
body {
	font : 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 98%;
	margin: 0 auto;
	background : White;
	min-height: 90%;
	position: relative; 
}
body {padding: 0 0 20px 0;}
header{
	position: relative;
	border-bottom : 1px solid Gray;
	margin:10px 0;
	padding: 0 0 10px 0;
}
table{
	border-spacing: 0px;
	border-collapse: collapse; 	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	border: 1px solid Gray;
}
table th{
	border-bottom : 1px solid Gray;
	border-right : 1px dotted Gray;
	background : #99CCFF;
	font-weight : normal;
	padding: 2px;
	min-width:15px;
}
table td{
	border-bottom : 1px dotted Gray;
	border-right : 1px dotted Gray;
	font-weight : normal;
	padding: 5px 5px;
	text-align: left;
	vertical-align:top;
}
.table tr:nth-child(even) {background-color: #F6F6F6;}
.table tr:nth-child(odd) {background-color: White;}
.table tr:hover {background-color: #FFFFCC;}
