@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #222;
}
#container {
	background: #FFF;
	text-align: right;
	margin: 0px auto;
	width: 810px;
}
#header {
	margin: 0px;
	padding: 0px;
	background: #161A15;
	text-align: left;
}
#title {
	padding: 35px 0 0 35px;
	text-align: left;
}
#content {
	margin: 30px 35px
}	
a:link, a:visited {
	color: #05A;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:active {
	color: #05A;
	text-decoration: underline;
	font-weight: normal;
}

p {
	font-size: 0.8125em;
	margin: .1em;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: -0.2em;
	color: #A00;
}
h2 {
	font-size: 0.9375em;
	font-weight: normal;
	margin: 0.2em;
}
#compTbl  {
	border-collapse:collapse;
}
.thead    {
	font-weight: normal;
	}
.firstTh {
	background: #FFF;
	width: 180px;
}
.th    {
	font-weight: normal;
	background: #5A6E64;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	border: 1px solid #333;
	padding: 0 5px;
	color: #FFF;
}
.tbody    {
	border: 1px solid #333;
}
.td {
	text-align: right;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	padding: 2px 30px 2px 2px;
}
.cat {
	text-align: center;
	font-weight: normal;
	padding-left: 1px;
	width: 150px;
	border-top: 1px solid #333;
	background: #6D7799;
	color: #FFF;
}
.catEmpty {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}
.catSub {
	text-align: right;
	font-weight: normal;
	padding-right: 10px;
	background: #E8F1EA;
	color: #222;
}
.catSubOdd {
	text-align: right;
	font-weight: normal;
	font-size: .7em;
	padding-right: 10px;
	background: #D5E0D8;
	color: #222;
}
.odd {
	background: #E5F0E1;
}
