/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 3px 3px 3px 3px;
	padding: 0px;
	font-family : Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
	color:#666;
}

h1 {
	font-size : 14px;
	color : #008C00;
	font-weight: bold;
}
h2 {
	font-size : 13px;
	font-weight: bold;
}

td {
	text-align: justify;
	font-size: 12px;
}

a:link, a:visited {
	color: #008C00;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color:#008C00;
	text-decoration: underline;
	font-weight: bold;
}

.contentheading {
	text-align: left;
	padding-top: 10px;
	padding-left:10px;
	height: 25px;
	color: #008C00;
	font-weight: bold;
	font-size: 14px;
	padding-bottom:4px !important;
	font-family:Arial, Helvetica, sans-serif
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-collapse: collapse;
}

table.contenttoc th {
  color: #008C00;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.readon {
	display:block;
	border: 1px solid #cccccc;
	width:100px;
	color:#99CC33;
	padding-left:5px;
	background-color:#F4F4F4;
	padding-top:5px;
	padding-right:15px;
	padding-bottom: 2px;	
}

ul#mainlevel-footer
{
	list-style: none;
	padding-left: 100px;
	margin: 0;
}

ul#mainlevel-footer li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	font-size: 12px;
	color:#666;
	font-weight: normal;
	line-height: 25px;
	text-decoration:none;
	white-space: nowrap;
	height:25px;
}

ul#mainlevel-footer li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
	text-decoration: none;
	color:#666;
	background: transparent;
}

#buttons>ul#mainlevel-footer li a { width: auto; }

	ul#mainlevel-footer li a:hover
{
	color:#008C00;
	text-decoration:none;
}

a img
{
border: 0px;
border-color: #FFF;
}