@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	margin-top: 50px;
}
.style1 {
	color: #BB2D10;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.style2 {color: #FFFFFF}
.style3 {
	color: #1F633E;
	font-weight: bold;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32A466;
}

#navlist a {
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#navlist a:link, #navlist a:visited
{
	color: #30A464;
	text-decoration: none;
}

#navlist a:hover
{
	color: #CF3C34;
	text-decoration: none;
}
