@charset "utf-8";
/* CSS Document */
body {
	background-color: #eff0c5;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	
	/*scrollbar-base-color: #3f4a5b;
	scrollbar-arrow-color: #eff0c5;
	scrollbar-3dlight-color: #eff0c5;
	scrollbar-darkshadow-color: #eff0c5;*/
}
#shift_div {
	padding-left: 6px;
}
h1 {
	
	font-size: 21px;
	color: #3f4a5b;
	font-weight: bold;
}
.maintext {
	font-family: Times New Roman, Times, serif;
	color: #3f4a5b;
	font-size: 16px;
	line-height: 12pt;
}
.highlight {
	font-weight: bold;
}

/*a {
	color: #3f4a5b;font-weight: bold;
}
a:hover {
	color: 54637a;
}*/
a {
	font-weight: bold;
	color: #eff0c5;
	padding: 0px 10px 0px 10px;
	background-color: #3f4a5b;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color: #a11b24;
	padding: 0px 10px 0px 10px;
	background-color: #eff0c5;
	border-left: 1px solid #a11b24;
	border-right: 1px solid #a11b24;
}
.formbtn {
	color: #eff0c5;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background-color:  #3f4a5b;
	border: 1px solid #3f4a5b;
	padding: 0px 4px 0px 4px;
}
.formbtn:hover {
	color: #eff0c5;
	text-decoration: none;
	background-color: #6d809d;
	font-weight: bold;
	border: 1px solid #3f4a5b;
	padding: 0px 4px 0px 4px;
}
