@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	height: 100%;
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}
html {
	height: 100%;
	min-height: 100%;
}
#container {
	margin: 20px;
}
#content {
	margin-left: 12px;
}
#header {
	text-align:left;
	border-bottom:1px dotted #555;
	margin-bottom: 12px;
}
#footer {
	text-align:center;
	border-top:1px dotted #555;
	margin-top: 12px;
	padding-top: 12px;
}
h1 {
	color:#555;
	font-weight:bold;
	font-size:13px;
	margin:0;
	padding:0;
}
p {
	margin:0;
	margin-bottom: 10px;
	padding:0;
}
a {
	color: #7EB623;
	text-decoration:none;
}
a:hover {
	color: #7EB623;
	text-decoration:underline;
}
