@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666;
}
#nav {
	color: #666;
	font-size: 14px;
	text-align: right;
	padding-top: 15px;
}
#nav a {
	text-decoration: none;
	color: #666;
}
#nav a:hover {
	text-decoration: underline;
	color: #666;
}
.content {
}
.content a {
	color: #67bd4a;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	color: #67bd4a;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar {
	float: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #009933;
}
#footer {
	color: #666;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom:30px;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
	color: #666;
}
