@charset "utf-8";
body {
	font-size: 12px;
	color: #333333;
}
h1 {
	color: #FFFFFF;
	width: 758px;
	padding-top: 10px;
	background-image: url(../images/headertitleback.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	background-color: #0ED00D;
	height: 15px;
	overflow: hidden;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}


a:hover {
	color: #666666;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}

p {
	line-height: 150%;
}
