@charset "utf-8";
/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->

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

#pointermenu2 ul{
	margin-left: 15px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 8px;
	font: bold 13px Verdana; /*optional left round corner*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #152835;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}

#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected2{ /*hover and selected link*/
color: #FFFF00;
}

#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(images/right.png) bottom right no-repeat; /*optional right round corner*/
}

.style2 {font-family: Arial, Helvetica, sans-serif}
.style3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style9 {font-family: Tahoma}
.style11 {font-size: 14px}
.style12 {font-size: 14}
.style13 {font-size: 12px}

a:link {
	color: #4F1A00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F1A00;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #4F1A00;
}
.style14 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style25 {color: #990000}
.style27 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }


