body {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.main {
	margin-top: 10px;
	position: relative;
	width: 800px;
	heiht: 490px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.box {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F0F0F0;
	border: 1px solid #999999;
}

tr.tablehead {
	background-color: #F0F0F0;
	font-weight: bold;
	vertical-align: top;
}

td.headline {
	padding-left: 5px;
	color: #13430B;
}

tr.odd {
	
}

tr.even {
	background-color: #EFEFEF;		
}

tr.subhead {
	background-color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #196E0A;
}

a:hover {
	text-decoration: underline;
}

ul { 
	list-style-type: square;
	line-height: 18px;
}