@charset "UTF-8";
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	padding-left: 13px;
	padding-right: 15px;
	color: #333333;
	list-style-position: inside;
	list-style-type: circle;
	border-color: #666666;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: lighter;
	color: #FFCC66;
	font-style: normal;
	line-height: normal;
	padding-top: 0px;
	padding-left: 13px;
}
.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: lighter;
	color: #999999;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	padding-left: 11px;
}
body {
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/back_image.jpg);
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #191919;
	text-decoration: underline;
}
