body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #898A8A;
	background-image:url(images/gradbg.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#ED1E24;
	text-decoration:none;
}

.font10 {
	font-size:10px;
}

.font11 {
	font-size:11px;
}

.red_bold {
	font-weight:bold;
	color:#ED1E24;
}

.black_bold {
	font-weight:bold;
}

.header {
	font-size:20px;
	font-weight:bold;
	color:#ED1E24;
}

.subheader {
	font-size:15px;
	font-weight:bold;
}

.contents {
	padding:0px 20px 0px 20px;
}

.contents_white {
	padding:25px;
	background-color:#FFFFFF;
}

.blackborder {
	background-color:#000000;
	padding:0px 15px 0px 15px;
}

#more {
	width:100%;
}