@charset "utf-8";
/* CSS Document */
<STYLE TYPE="text/css">

A {text-decoration:none}

</STYLE>

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 740px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: justify;
}

.header {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 92px;
	font-style: normal;
	line-height: 92px;
	font-weight: bolder;
	color: #0CF;
	text-decoration: none;
	display: block;
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	width: 740px;
}
.header_2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 41px;
	font-style: normal;
	line-height: 41px;
	font-weight: bolder;
	color: #000;
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 740px;
	text-align: center;
}
.header_3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	font-weight: bolder;
	color: #0CF;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 720px;
	text-align: left;
}
.header_4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 720px;
	text-align: left;
}
.navigation {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	color: #0CF;
	text-decoration: none;
	padding: 0;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}

.navigation:hover {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
} 
.txt {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #0CF;
	text-decoration: none;
	padding: 0;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left
}
.txt_table {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
}
