@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	background-color: #FFFFFF;
	text-align:center;
	background-image: none;
	background-repeat: no-repeat;
	margin:0px;
}
a{
	color:#002C6C;
}
a:hover{
	color:#8CBAFF;
}
h1 {
	font-size: 26px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
}
h2 {
	font-size: 20px;
	font-weight: bolder;
	text-transform: capitalize;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	text-transform: capitalize;
}

.div_box {	
	WIDTH: 100%;
	TEXT-ALIGN: left;
	margin-left: auto;
	margin-right: auto;
	float:left;
}

.banner_box {
	TEXT-ALIGN: center;
	FLOAT: left;
	padding: 0px;
	margin: 1px;
	font-size:10px;
}

.banner_box a{
	color:#993333;
	font-size:16px;
}
