/* CSS Document */

/*-------------page-----------------*/

.style2 {color: #BAA68B}
body {
	margin-left: 75px;
	margin-right: 50px;
	background-color: #6E5E4E;
	margin-top: 0px;
	margin-bottom: 0px;
}
.style4 {
	font-size: x-small;
	color: #012105;
}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #012105;
}
.style7 {font-size: small}
.style8 {
	color: #F2EED5;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #F2EED5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #f7f06d;
	text-decoration: none;
}
a:visited {
	color: #E3D091;
	text-decoration: none;
}
a:hover {
	color: #AC9350;
	text-decoration: underline;
}
.style12 {color: #F2EED5; font-family: Georgia, "Times New Roman", Times, serif; font-size: small; }
.style13 {color: #BBA460}
.style15 {
	color: #BBA460;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}
.style16 {color: #F2EED5; font-family: Arial, Helvetica, sans-serif; font-size: small; }
a:active {
	text-decoration: none;
}

/*----------------navigation----------------*/

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
/*margin-bottom: 1em;*/
padding-left: 0;
float: left;
font-weight: normal;
width: 100%;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: inherit;
color: #f7f06d;
font-weight: lighter;
padding: 2px 6px 4px 6px;
text-decoration: none;
/*background: white url(images/menudivide.gif) top right repeat-y;*/
}

#underlinemenu ul li a:hover{
color: #AC9350;
background-color: #F2EED5;
border-bottom: 4px solid black;
padding-bottom: 0;
}
