/* CSS Document */
body {
	margin: 20px 0 0 0;
	background-color: #838D8C;
}
.bgtop {
	background: url(../images/top_left.gif) top left repeat-x;
}
.tableborder {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;		
	background-color: #fff;
}
.dottedline {
	background: url(../images/dottedline.gif) repeat-x;
	width: 375px;
	height: 1px;
	margin: 10px 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	margin: 0 0 16px 0;
	line-height: 16px;
	text-align: left;
}
a {
	color: #838D8C;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: 0;
	text-align: left;
	background-color: #C1C6C5;
	padding: 3px 8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px dashed #999;
	text-align: left;
	padding: 3px 0;
	margin: 0 0 10px 0;
}
h2 {
	margin: 0px;
	border-top: 1px solid #fff;
	background-color: #F2F3F3;
	text-align: center;
}
.picpadding {
	padding: 3px 5px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A4C4B;
	font-weight: normal;
	text-align: right;
	padding: 0 10px 0 0;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #3A4C4B;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.innercontent {
	padding: 10px;
}