@charset "utf-8";
body {
	margin: 0;
	padding-top: 0;
	font-size: 0.9em;
	font-family: Arial,Helvetica,sans-serif;
	background: #f2f2f2 url('images/header_bg.jpg') repeat-x;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top:0px;
    margin-bottom:0px;
	display: inline;
	color:#FFFFFF
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
}
h3 {
	font-size: 0.6em;
	font-weight: normal;
	margin-top:0px;
    margin-bottom:0px;
	color: #999999;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
a.nav:link {
	color: #fff;
	text-decoration: none;
}
a.nav:visited {
	color: #fff;
	text-decoration: none;
}
a.nav:hover {
	color: #003300;
	text-decoration: underline;
}

p {

	color: #41505b;
}
td {	font-size: 12px;
	color: #41505b;}

.style1 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-weight: bold; }
.style4 {font-size: 11px; }
.side {
	background:url('images/box_06.jpg') no-repeat #addb61;
	width:199px;
}
.side-l {
	background:url('images/box_05.jpg')repeat-y ;
}
.side-r {
	background:url('images/box_07.jpg') repeat-y ;
}