@charset "UTF-8";
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #ABDA4D;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #333333;
}

.nav {
	background-image: url(images/nav_repeat.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}
.contact_placeholder {
	background-image: url(images/home_contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.contact_placeholder_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.contact_placeholder_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}
.nav_placeholder {
	background-image: url(images/nav_placeholder.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 42px;
	width: 203px;
}
.nav_bottom {
	background-image: url(images/nav_repeat2.gif);
	background-repeat: repeat-x;
	height: 19px;
}
.footer {
	background-image: url(images/footer_grad.jpg);
	background-repeat: repeat-y;
	height: 200px;
	background-position: center top;
}
.home_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.home_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #333333;
}
