body,td,th {
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}

.style1 {
	font-size: 8.5pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.style3 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}

.style4 {
	font-size: 7pt;
	color: #000000;
}
  
  
  /*-------------------------------------------- menu------------------------------------*/
.menu2 {
	padding:0 0 0 5px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../images/button1.gif);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu2 li {float:left;}
.menu2 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	font-size:11.5px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 0px;
	cursor:pointer;
}
.menu2 li a b {
	float:left;
	display:block;
	padding:0 7px 0 7px;
}
.menu2 li.current a {
	color:#FFCC00;
	background:url(../images/button3.gif);
}
.menu2 li.current a b {background:url(../images/button3.gif) no-repeat right top;}
.menu2 li a:hover {color:#fff; background:#000 url(../images/button4.gif);}
.menu2 li a:hover b {background:url(../images/button4.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(../images/button3.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(../images/button3.gif) no-repeat right top;}
