@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #003399;
	background-color: #003366;
}

.style2 {
color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;}
.style3 {
	font-size: xx-small
		}	

.style4 {
color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;}
	
.style5 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
}
.style6 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}

.style20 {
	color: #00FFFF;
	font-size: 11px;
}
.style21 {
	color: #00FFFF;
	font-size: 12px;
}
.style24 {font-size: 11px}
.style25 {
	font-size: 11px;
	color: #FFFFFF;
}
.style26 {font-size: 22px}
.style27 {
	font-size: 14px;
	color: #FFF;
}
.style30 {font-size: 48px}
.style31 {font-size: 18px}


.input_txt {
	font: italic 10pt Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background: left;
	
}

.button {background-color: rgb(128,128,128); color:#ffffff; font-size: 8pt;	right: auto;
}

a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover {font-weight:bold; }
a:active { text-decoration:none;}
a:link img, a:visited img, a:hover img, a:active img { border: none; }  
