* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../../images/content_bg.gif);
	background-repeat: no-repeat;
}
p,ol,ul,dl,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin-bottom: 10px;	
}
h1 {
	color: #1C4024;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #1C4024;
}
h3 {}
ul,ol,dl {
	margin-left: 18px;
}
a,a:link,a:visited,a:active {
	color: #1C4024;
	font-weight: bold;
}
a:hover,a:focus {
	color: #0000FF;
}
.footer {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
}
.footer a,.footer a:link,.footer a:active,.footer a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
.footer a:hover,.footer a:focus {
	color: #CCFF00;
	text-decoration: none;
}
