body {
	scrollbar-face-color : #FFCC99;
	scrollbar-highlight-color : #FFCC99;
	scrollbar-shadow-color : #FFCC99;
	scrollbar-dark-shadow-color : #FFCC99;
	scrollbar-base-color : #000000;
	scrollbar-arrow-color : #000000;
	scrollbar-3d-light-color : #000000;
}

.bgWhite {
	background-color: #FFFFFF;

}
.bgBlack {
	background-color: #000000;
}
.bgNav {
	background-color: #009999;
}
.bgGrey {
	background-color: #FFCC99;
}
.bgTopbar {
	background-image: url(../image_main/top-bottom_bars/topbar_bg.gif);
}
.bgBottombar {
	background-image: url(../image_main/top-bottom_bars/bottombar_bg.gif);
}
.txtHeadline {
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	text-transform: uppercase;

}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}
.copy a:link {
	color: #000000;
	text-decoration: underline;
}
.copy a:visited {
	color: #000000;
	text-decoration: underline;
}
.copy a:hover {
	color: #000000;
	text-decoration: none;
}
.copy a:active {
	color: #FF0000;
	text-decoration: underline;
}
.copySub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006666;
	text-align: left;
	border: 1px solid #000000;
	padding: 3px;
}
.copySub2 {
	font-size: 14px;
}
.bottomNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bottomNav a:link {
	color: #000000;
	text-decoration: underline;
}
.bottomNav a:visited {
	color: #000000;
	text-decoration: underline;
}
.bottomNav a:hover {
	color: #000000;
	text-decoration: none;
}
.bottomNav a:active {
	color: #000000;
	text-decoration: underline;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFCC99;
	font-weight: bold;

}
.formInput {
	padding: 3px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;


}
.formSubmit {
	background-color: #009999;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;

}
.formBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EAEAEA;
}
ul {
	list-style-type: square;
	list-style-position: outside;

}
