body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-size: 13px;
	font-family: Arial;
	line-height: 120%;
	color: #000000;
	background: #000033;
	background-repeat: no-repeat;
}

td {
	font-size: 13px;
	font-family: Arial;
	color: #000000;
}

a:link {
	color: #000099;
	text-decoration: none;
	font-size: 13px;
	font-weight: none;
}
a:visited {
	text-decoration: none;
	font-size: 13px;
	font-weight: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	font-size: 13px;
	font-weight: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	font-size: 13px;
	font-weight: none;
	color: #000099;
}
a.menu:link { color: #000066; text-decoration: none; font-size: 14px; font-weight: bold; }
a.menu:visited { color: #000066; text-decoration: none; font-size: 14px; font-weight: bold; }
a.menu:hover { color: #EEEEEE; text-decoration: underline; font-size: 14px; font-weight: bold; }
a.menu:active { color: #000066; text-decoration: none; font-size: 14px; font-weight: bold; }

a.menu_footer:link { color: #FFFFFF; text-decoration: none; font-size: 13px; font-weight: none; }
a.menu_footer:visited { color: #FFFFFF; text-decoration: none; font-size: 13px; font-weight: none; }
a.menu_footer:hover { color: #000066; text-decoration: underline; font-size: 13px; font-weight: none; }
a.menu_footer:active { color: #FFFFFF; text-decoration: none; font-size: 13px; font-weight: none; }

a.menu_header:link { color: #795B1E; text-decoration: none; font-size: 13px; font-weight: none; }
a.menu_header:visited { color: #795B1E; text-decoration: none; font-size: 13px; font-weight: none; }
a.menu_header:hover { color: #333333; text-decoration: underline; font-size: 13px; font-weight: none; }
a.menu_header:active { color: #795B1E; text-decoration: none; font-size: 13px; font-weight: none; }

a.menu_sub:link { color: #666666; text-decoration: none; font-size: 14px; font-weight: none; }
a.menu_sub:visited { color: #666666; text-decoration: none; font-size: 14px; font-weight: none; }
a.menu_sub:hover { color: #BC052D; text-decoration: underline; font-size: 14px; font-weight: none; }
a.menu_sub:active { color: #666666; text-decoration: none; font-size: 14px; font-weight: none; }

}

.h1 {
	font: 28px Arial;
	color: #FFFFFF;
	font-weight: bold;
}

.page_title {
	font: 20px Arial;
	color: #000066;
	font-weight: bold;
}

.text_head {
	font: 14px Arial;
	color: #000000;
	font-weight: bold;
}

.text_subhead {
	font: 18px Arial;
	color: #FFFFFF;
	font-weight: bold;
}

.page_decor {
	font: 20px Arial;
	color: #CC9900;
	font-weight: bold;
	font-style: italic;
}

.header {
	font: 13px Arial;
	color: #FFFFFF;
	font-weight: normal;
}

.footer {
	font: 13px Arial;
	color: #000000;
	font-weight: normal;
}

.hr_line{
  border-color:#CCCCCC;
  border-width:2px;
  border-style:dashed;
 }