@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008080;
	scrollbar-base-color:#008080; 
	scrollbar-arrow-color:#FFF; 
	scrollbar-track-color:#FFF;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008080;
	background-color: #D7FFFF;
}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008080;
	text-decoration: underline;
}
a:visited {
	color: #008080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
a:hover {
	color: #FF0099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
a.footer:link {
	color: #008080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.footer:visited {
	color: #008080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.footer:hover {
	color: #FF0099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008080;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #008080;
}
.footer_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008080;
}
.small_font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0099;
}
.form_field_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008080;
	border: thin ridge #008080;
}
.large_red_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0099;
}
.form_field_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008080;
	background-color: #FFFFFF;
	scrollbar-base-color:#3366cc;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #008080;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #008080;
}