@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ffffff;
}

p {margin-top: 18px; margin-bottom: 0;}

a {color: #8cc63f; text-decoration: underline;}
a:visited {color: #75885e; text-decoration: underline;}
a:hover {color: #89cb3a; text-decoration: underline;}

h1 {margin: 0; color: #666666; font-size: 36px; font-weight: normal; line-height: normal;}
h2 {margin: 18px 0 0 0; color: #666666; font-size: 28px; font-weight: normal;}
h3 {margin: 18px 0 0 0; color: #666666; font-size: 20px; font-weight: normal;}

#container {
	width: 780px;
	margin: 30px auto 0 auto;
}
		
/****** CLEAR PROPERTIES ******/

.clear-both {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*html .clearfix {height: 1%;}
