@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;	
	background: #C97939;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

hr { border:1px dotted #cccccc;
     height:1px;

}

th {
	font-family: Verdana, Helvetica, sans-serif;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:active {
	color: #838383;
	text-decoration: none;
}

a.hidden {
  color: #838383;
  text-decoration: none;
}

input, select
{
color: #716F64;
background: #FFFFFF;
border: 1px solid #716F64;
}

.submit
{
color: #000;
background: #ffa20f;
border: 0px outset #d7b9c9
} 

.nav {	
}

.navi a {
	display: block;
}
.navi a, .navi a:link, .navi a:visited {
	border-bottom: solid 1px #F78320;
	font-size: 11px;
	padding: 5px;
	padding-left: 10px;
	border-left: solid 4px #F78320;
}
.navi a:hover {
	border-bottom: solid 1px #F78320;
	font-size: 11px;
	padding: 5px;
	padding-left: 10px;
	border-left: solid 4px #F78320;
}
.navi-container {
	/*position: relative;
	left: 15px;*/
	border: solid 1px #F78320; 
	background-color: #C97939;
	border-bottom: none; /* do not remove this*/	
}
