BODY {
	margin-left: 0px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#e9e5d8;
}
td {
	font-family: arial;
	font-size: 12px;
	color: #5e5e5e;
	text-decoration: none;
	line-height:19px;
}
a:link, a:visited, a:active {
	color: #904c28;
	text-decoration:none;
}
a:hover{
	color: #000000;
	text-decoration:none;
}
.a:link, .a:visited, .a:active {
	color: #ca5f06;
	text-decoration:none;
	font-family: tahoma;
}
.a:hover{
	color: #000000;
	text-decoration:none;
    font-family: tahoma;
}
 
.linkfont {
	font-family: Myriad Pro;
	font-size: 14px;
	color: #7c796f;
	text-decoration: none;
}
.titlefont{
    font-family: Georgia, Times, serif;
	font-size:20px;
	color:#a2775b;
	text-decoration: none;
}
.smalltitle{
    font-family:Georgia,Times, serif;
	font-size:17px;
	color:#807a68;
	text-decoration: none;
}
.arialsmall{
	font-size:11px;
}
.bullete{
	font-size:14px;
	font-family:tahoma;
	color:#876553;
}
.graystrip{
	background-color:#f6f4ee;
	border-top:1px dotted #d2cfc3;
	border-bottom:1px dotted #d2cfc3;
	height:26px;
	padding-left:10px;
	font-weight:bold;
}
.dottedline{
	border-bottom:1px dotted #d2cfc3;
	height:26px;
	padding-left:10px;
}
.input{
    border: 1px solid #dbdbdb;
	background-color:#FFFFFF;
	height:20px;
	width:200px;
}

.menu_list {	
	width: 520px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #f1eee4 url(left.png) center right no-repeat;
	border-bottom:1px solid #e9e5d8;
}
.menu_body {
	display:none;
	padding:15px;
	text-align:justify;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  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;
}
.underlinelink:link, .underlinelink:visited, .underlinelink:active {
	color: #904c28;
	text-decoration:none;
}
.underlinelink:hover{
	color: #000000;
	text-decoration:underline;
}