body {
	margin: 0px;
	background-image: url('images/bg_main_pattern.gif');
	background-repeat: repeat;
}
.nav {
	background-color: #6D7971;
	color: #ffffff;
}
.nav_hi {
	color: #5EFFD1;
}
.white {
	background-color: #ffffff;
}
.content_smaller {
	background-color: #ffffff;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	line-spacing: 10px;
	color: #5C6A61;
}
.content, .form_error, .content_blue {
	background-color: #ffffff;
	font-family: helvetica, verdana, sans-serif;
	font-size: 13px;
}
.content_blue {
	color: #46C3D3;
	font-weight: bold;
}	
.content {
	color: #FFF;
	background-color: #6D7971;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 100px;
}	
.form_error {
	color: #c41230;
}
.whitelink, a.whitelink {
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.form, .form_textarea, .form_text {
	background-color: #ffffff;
	font-family: helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #5C6A61;
}
.form_text, .form_textarea {
	width: 200px;
}
.form_textarea {
	height: 120px;
}
.icons, a.icons, a.icons:active, a.icons:hover, a.icons:visited, a.icons:link {
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5C6A61;
}
a.icons, a.icons:active, a.icons:visited, a.icons:link {
	text-decoration: none;
}
a.icons:hover {
	text-decoration: underline;
}
ul.arrow {
	list-style-image: url(images/arrow_ul.gif)
}

