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

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

a:link {
	color: #038EC2;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #038EC2;
}
a:hover {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	color: #04B3F6;
}
a:active {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #038EC2;
}
a.menu:link { color: #038EC2; text-decoration: none; font-size: 12px; font-weight: bold; }
a.menu:visited { color: #038EC2; text-decoration: none; font-size: 12px; font-weight: bold; }
a.menu:hover { color: #04B3F6; text-decoration: underline; font-size: 12px; font-weight: bold; }
a.menu:active { color: #038EC2; text-decoration: none; font-size: 12px; font-weight: bold; }

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

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

a.menu_sub:link { color: #FF9900; text-decoration: underline; font-size: 14px; font-weight: bold; }
a.menu_sub:visited { color: #FF9900; text-decoration: underline; font-size: 14px; font-weight: bold; }
a.menu_sub:hover { color: #FF6600; text-decoration: underline; font-size: 14px; font-weight: bold; }
a.menu_sub:active { color: #FF9900; text-decoration: underline; font-size: 14px; font-weight: bold; }

a.menu_button:link { color: #FFFFFF; text-decoration: none; font-size: 24px; font-weight: bold; }
a.menu_button:visited { color: #FFFFFF; text-decoration: none; font-size: 24px; font-weight: bold; }
a.menu_button:hover { color: #FFFFFF; text-decoration: underline; font-size: 24px; font-weight: bold; }
a.menu_button:active { color: #FFFFFF0; text-decoration: none; font-size: 24px; font-weight: bold; }

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

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

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

.text_search {
	font: 12px Arial;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.text_search1 {
	font: 12px Arial;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

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

.head_decor {
	font: 28px Arial;
	color: #000000;
	font-weight: none;
	font-style: none;
}

.page_decor {
	font: 24px Arial;
	color: #FFFFFF;
	font-weight: none;
	font-style: italic;
}

.header {
	font: 20px Arial;
	color: #99CC00;
	font-weight: bold;
}

.header_orange {
	font: 18px Arial;
	color: #FF9000;
	font-weight: bold;
}

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

.hr_line{
  border-color:#CCCCCC;
  border-width:2px;
  border-style:dashed;
 }
 
 /* Top, Right, Bottom, Left */
  .margin{
  margin: 6px 6px 6px 6px;
}
