@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h3 {
	font-size: 120%;
}

a:link, a:visited {
	color: #00877A;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

div.mainbox {
	border: 5px solid #E6E6E6;
	background: #F0F0F0;
}

div.header {
	padding-bottom: 20px;
	padding-top: 20px;
}

div.moduletable {
	border: 1px solid #c8c8c8;
	background: #ffffff;
	padding-bottom: 10px;
}

div.moduleheader {
	border-bottom: 1px solid #c8c8c8;
	background: #E6E6E6;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.modulecell {
	padding-left: 10px;
}

div.main {
	padding-left: 20px;
	color: #000000;
	font-size: 14px;
}

div#footer {
	width: auto;
	min-height: 100px;
	padding: 20px 0px 30px 0px;
	clear: both;
	text-align: center;
}

