HTML { 
	height: 100.02%; 
} 

BODY, TD, TH, TABLE {
	border: 0;
}

BODY {
	background: #fff;
    color: #333333;
	margin: 0;
	padding: 0;
	/* font-family: Georgia, 'Times New Roman', Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

INPUT, SELECT, TEXTAREA {
	background-color: #ffffff;
	border: 1px solid #A5ACB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

LI {
	list-style-image:url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

H1 {
	color: #4270cd;
	font-weight: bold;
	font-size: 18px;
}
HR {
	height: 1px;
	border: 0;
	color: #e9e9e9;
	background: #e9e9e9;
}
A:link, A:visited, A:active { 	
	color: #4270cd;
}
A:hover { 
	color: #ff9900;
}
.header {
	color: #4b4b4b;
	font-weight: bold;
	font-size: 12px;
}
.header_blue {
	color: #4270cd;
	font-weight: bold;
	font-size: 12px;
}
.header_orange {
	color: #ff9900;
	font-weight: bold;
	font-size: 12px;
}
.footer {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
