@charset "utf-8";
* {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #f58220;
	text-decoration: none;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #41484b;
	text-decoration: none;
}
.main_bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #41484b;
	text-decoration: none;
}
.highlight_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #f58220;
	text-decoration: none;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
}
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
}


.Announcement  {
	background-color: #eaeaea;
	background-image: url(../images/header/announcement_bg.jpg);
}
.title_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f58220;
	text-decoration: none;
}
.main_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #41484b;
	text-decoration: none;
}
.highlight_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f58220;
	text-decoration: none;
}
.Main {
	background-color: #FFFFFF;
	background-image: url(../images/main/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.Nav {
	background-image: url(../images/header/bg.jpg);
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #f58220;
	text-decoration: none;
}
.Pic_Spacing {
	padding-right: 12px;
}
#Footer {
	background-color: #41484b;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}
.horizontal_rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.Form_Box {
	padding: 3px;
	border: thin dashed #aeaeae;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333333;
}
