
.footer:link, .footer:visited, .footer:active {
	font-family:tahoma, Arial;
	COLOR: #3a3a3a; TEXT-DECORATION: none
}
.footer:hover {
	font-family:tahoma, Arial;
	COLOR: #888787; TEXT-DECORATION: none
}
.leftlink:link, .leftlink:visited, .leftlink:active {
	font-family:tahoma, Arial;
	background-color:#ebebeb;
	COLOR:#FFF;
	font-size:11px;
	padding:0px;
	margin:0px;
	float:left;
	TEXT-DECORATION: none
}
.leftlink:hover {
	font-family:tahoma, Arial;
	COLOR: #3a3a3a; TEXT-DECORATION: none
}
.imageborder {
	background-color:#FFFFFF;
	border:1px solid #c8c7c7;
	padding:4px;
}
.bigtext {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
}
.title {
	background-image:url(images/title_bg.gif);
	width:600px;
	height:85px;
	padding-left:27px;
}

.menu_list {	
	width: 590px;
}
.menu_head {
	padding: 10px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	height:24px;
    font-weight:bold;
    background: #FFF center right no-repeat;
	border-bottom:1px solid #6CF;
	color:#039;
	padding-left:10px;
}

.menu_sub_head {
	padding: 10px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	height:24px;
    font-weight:bold;
    background: #FFF center right no-repeat;
	border-bottom:1px solid #6CF;
	color:red;
	padding-left:10px;
}

.menu_body {
	display:none;
	padding:15px;
	text-align:justify;
	color:#000000;
}
.menu_body a{
  display:block;
  color:#FFF;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  color:#FFF;
  text-decoration:underline;
}
.prev2 {
	background-image:url(images/arrow_p.gif);
	background-repeat:no-repeat;
	border:0px;
	width:15px;
	height:10px;
	cursor:pointer;
}
.next2 {
	background-image:url(images/arrow_n.gif);
	background-repeat:no-repeat;
	width:15px;
	height:10px;
	border:0px;
	cursor:pointer;
}