@charset "utf-8";
/* CSS Document */

/*NAVIGATION start*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: 10px;
width: 100%;
border-bottom: 1px dashed #666;
background-color: #FAE2D3;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 100%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #AE5113;
padding: 2px 12px;
text-decoration: none;
background: transparent /*url(elements/vertical.gif) center right no-repeat*/;
}

#vdividermenu ul li a:visited{
color: #c27841;
}

#vdividermenu ul li a:hover{
color: #FFC;
background-color: #AE5113;
}
/*END navigation*/

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a:link {
	color: #A54B2E;
	text-decoration:none;
}
a:visited {
	color: #496C00;
}
a:hover {
	color: #496C00;
	text-decoration:underline;
}
a:active {
	color: #A54B2E;
	text-decoration:none;
}

.style1 {
	font-size: 11px;
	color: #999;
}
.style2 {
	font-size: 14px;
	color: #AE5113;
	font-weight: bold;
}
.style3 {
	background :#496C00;
	color: #FFC;
	font-size: 12px;
	font-weight: bold;
}
