body {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a { text-decoration:underline; color:#686CFD;}
a:hover { text-decoration:none; color:#686CFD;}
.wrapper {
	width: 940px;
	margin: 0 auto; 
}
.top {
	text-align: left;
	border-top-width: 10px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #836CFD;
	border-bottom-color: #eeeeee;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 20px;
		margin-left: 5px;
}

.top h1 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
}

.content {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.content h1 {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
}
.content h2 {
	color: #686CFD;
	font-size: 18px;
	font-weight: bold;
}
.content h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}


.footer {
	display: block;
	padding: 5px;
	clear: both;
	font-size: 11px;
	border-top-width: 10px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #836CFD;
	border-bottom-color: #eeeeee;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
