html {
	overflow-y: scroll;
}

body {
	margin: 80px 0 0 0;
	padding: 0;
	background: #000;
}

td {
	font: 11px/20px verdana;
}

h1 {
	color: #FFF;
	font: 11px verdana;
	font-weight: bold;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #313131 url('../images/arrow_down.gif') no-repeat top right;
}

h2 {
	color: #8db12a;
	font: 11px verdana;
	font-weight: bold;
	padding: 10px 10px 10px 33px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #313131 url('../images/pdficon.gif') no-repeat 8px 9px;
}

ul {
	margin: 20px;
	padding: 0;
}

li { 
	background: url('../images/bullet.gif') no-repeat;
	background-position: 0 4px;
	list-style: none;
	padding: 0px 10px 5px 22px;
	font-family: verdana;
	font-size: 12px;
	line-height: 19px;
}

img {
	border: 0;
}

a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
	outline: none;
}

.green {
	color: #8db12a;
	text-decoration: none;
	outline: none;
}

a.green:hover {
	color: #b1dd37;
	text-decoration: underline;
	outline: none;
}

.blue {
	color: #336ada;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

.blue:hover {
	color: #336ada;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

.content {
	background: #1a1a1a; 
	width: 772px; 
	margin-left: 45px; 
	margin-right: 45px; 
	padding: 5px 35px 35px 35px; 
	color: #FFF;
}

.btn_I:hover {
	background: #1a1a1a;
}

.btn_II:hover {
	background: #1a1a1a;
}

.divider {
	color: #8db12a;
	margin-left: 10px;
	margin-right: 10px;
}

.tableHeader td {
	background: #8db12a;
	color: #FFF;
	font-weight: bold;
}

.tableOdd td {
	background: #262626;
}

.tableEven td {
	background: #313131;
}
