/* CSS Document */

body {
	font-family: tahoma, Arial, sans-serif;
	font-size:9pt;
	line-height: 0.5cm;
	background-color: #E9E9E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {font-family: tahoma, Arial, sans-serif;
font-size:8pt;
color:#565656;
padding-right: 10px;
}
.style1 {
font-family: tahoma, Arial, sans-serif;
font-size:9pt;
margin-left: 20px;
line-height: 0.5cm;
}
.style2 {
	font-family: tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size:11pt;
	color:#689731;
	margin-bottom: 5px;
	margin-left: 20px;
}

.style3 {
	font-family: tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size:9pt;
	color:#689731;
	margin-bottom: 5px;
	margin-left: 20px;
}

textarea, input {
	font-family: tahoma, Arial, sans-serif;
	font-size:9pt;
	color:#333333;
	}

hr {
border: 1px solid #565656;
margin:  5px 0px 5px 0px;
}
a:link { 
	text-decoration: none; 
	color: #689731;
	}
a:visited { 
	text-decoration: none; 
	color: #689731;
	}
a:hover, a:active  { 
	text-decoration: none; 
	color: #474747;
	text-decoration:underline;
    }
	table {
	border-right:1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
	}
	
	table.clear {
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	}
	
/* navigation */

#navlist {
	border-bottom: 1px solid #909090;
	margin: 0px 0px 5px 0px;
	padding-bottom: 19px;
	padding-left: 40px;
	}

#navlist ul, #navlist li {
display: inline;
list-style-type: none;
margin: 0px 0px 5px 0px;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #E5E5E5;
border: 1px solid #909090;
color: #494949;
float: left;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
border-right: none;
border-top: 1px solid #fff;
color: #000;
background-image: url(images/nav_corner3.jpg);
background-position: top right;
background-repeat: no-repeat;
}

#navlist a:hover { 
	color: #363636;
	background: #F3F5F0; 
	}
	
/***** Footer  *****/

.footer {
font-size: 8pt;
color:#666666;
margin-top:0px;
text-align:center;
width:848px;
border-bottom: 1px solid #7F7F7F;
padding-bottom:5px;
}
