body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
}
.table_margin {
	margin-left: -30px;
}
a.small_font_link:link {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.small_font_link:visited {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.small_font_link:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.web_port:link, a.web_port:visited, a.web_port:hover{
	color: #FFffff;
	text-decoration: none;
	background-color: transparent;
}
a.web_port:hover{
	color: #FF0000;
	text-decoration: none;
	background-color: transparent;
}
a:link, a:visited{
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFF-F;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}



#page_header
{
    position: relative;
    width: 800px;
    text-align: left;
    margin-top: 5px;
}
#page_body
{
    position: relative;
    width: 800px;
    text-align: left;
    margin-top: 20px;
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-bottom-color: #FF7C3C;
}
#page_footer {
	position: relative;
	width: 800px;
	text-align: left;
	font-size: 0.7em;
	padding-top: 5px;
}
#top_container {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 40px;
}
#logo_container {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 250px;
	position: relative;
	float: left;
}
#top_menu_container
{
	text-align: right;
	vertical-align: bottom;
	padding: 0px;
	width: 170px;
	position: relative;
	float: right;
	font-size: 0.7em;
	color: #FF0000;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#top_menu {
	text-align: right;
	float: left;
	width: 100%;
	height: 20px;
}
#main_menu_container
{
    text-align: center;
    margin: 15px 0px 0px;
    padding: 0px;
    width: 800px;
    position: relative;
    height: 60px;
}
#footer_menu_container {
	float: left;
	width: 64%;
}
#footer_menu_container ul {
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
}
#footer_menu_container li {
	float: left;
	margin-right: 10px;
}
#footer_logo_container {
	float: right;
	width: 35.5%;
	text-align: right;
}
#footer_copyright_container {
	width: 100%;
	margin-top: 3px;
}
.curved_area
{
    display: block;
    width: 795px;
    margin-bottom: 20px;
    font-family: Verdana, Arial;
    font-size: 0.8em;
}
.top_left {
    width: 100%;
    height: 30px;
    float: left;
}
.top_right {
    background-repeat: no-repeat;
    background-position: 100% 0;
    width: 30px;
    height: 30px;
    float: right;
}
.middle_left {
    background-repeat: repeat-y;
    width: 100%;
    float: left;
}
.middle_right
{
    background-repeat: repeat-y;
    background-position: 100% 0;
    width: 100%;
    height: 100%;
    float: right;
}
.bottom_left {
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    float: left;
}
.bottom_right {
    background-repeat: no-repeat;
    background-position: 100% 0;
    width: 30px;
    height: 30px;
    float: right;
}
.content {
	Clear:both;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.fieldset_outside {
	margin: 5px;
}
h1
{
    font-family: "Copperplate Gothic Bold" , Verdana, Arial, Sans-Serif;
    padding-left: 20px;
    font-size: 1.6em;
}
h2
{
    font-family: "Copperplate Gothic Light" , Verdana, Arial,  Sans-Serif;
    font-size: 1.4em;
}
h3
{
    font-family: "Copperplate Gothic Light" , Verdana, Arial,  Sans-Serif;
    font-size: 1.3em;
}
h4
{
    font-family: "Copperplate Gothic Light" , Verdana, Arial,  Sans-Serif;
    font-size: 1.1em;
}
.no_margin
{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.no_red_link
{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.no_red_link a:hover
{
	color: white;
	text-decoration: none;
	background-color: white;
}
.emphasize
{
    color:#ff0033;
}
dt
{
    font-weight: bold;
    font-size: 1.2em;
    color: #ff0000;
}
dd
{
    padding-top: 10px;
}
.top_padding li
{
    padding-top: 15px;
    margin-right: 30px;
}
.news_container
{
    width: 600px;
    margin-left: 20px;
}
.news_sub_left
{
    width: 160px;
    float: left;
}
.news_sub_right
{
    width: 400px;
    float: right;
    padding-top: 20px;
}
.weak_font
{
    font-size: 0.8em;
    font-family: Arial;
}
th 
{
    color: #28903A
}
.center_align
{
    text-align: center;
}
.table_width
{
    width: 9%;
    height: 16px;
}
.table_width_big
{
    width: 10%;
    height: 16px;
}
.table_width_regular
{
    text-align: center;
}
.table_width_regular th
{
    width: 10%;
    height: 16px;
}
.table_width_regular td
{
    width: 10%;
    height: 16px;
}
.link_margin_left
{
    margin-left: 5px;
}
.paragraph_margin {
}
.paragraph_margin_big {
	margin: 10px;
}

.w3org_container
{
    width: 88px;
    height: 31px;
    margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.link_margin_right
{
    margin-right: 10px;
}
.grey_font {
	color: #666666;
}

.green_font {
	color: #009900;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red_font
{
	color: #CB0601;
	font-weight: bold;
	font-size: 1.2em;
}
.green_small_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #105005;
}
.font-normal {
	font-size: 0.8em
}
.font_black_normal {
	color: #000000;
	font-weight: bold;
	vertical-align: top;
}
.fieldset_internal {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}
legend {
	font-family: "Copperplate Gothic Bold", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-right: 5px;
	margin-left: 5px;
}
.box_padding {
	padding: 5px;
}

.fieldset_internal {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
.right_padding {
	padding-right: 5px;
	font-weight: bold;
}
.legend_color {
	color: #990033;
}
.font_strong {
	font-size: 1.1em;
}
.small_title {
	font-size: 0.7em;
}
.left_padding {
	padding-left: 5px;
}
.small_font_head {
	font-size: 0.4em;
	font-weight: normal;
	color: #FF0000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tiny_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FF0000;
}
.div_left_margin {
	padding-left: 25px;
}
.font_bold {
	font-size: 1.4em;
	font-weight: bold;
}
.font_style2 {
	font-size: 0.7em;
	color: #FF3300;
}
.etc_1 {
	color: #105005;
	font-weight: bold;
}