body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4863A0;
	line-height: 16px;
	text-align: justify;
}
.body a:link {
	color: #4863A0;
	text-decoration: underline;
} 
.body a:visited {
	color: #4863A0;
	text-decoration: underline;
}
.body a:hover {
	color: #4863A0;
	text-decoration: none;
}
.body a:active {
	color: #000066;
	text-decoration: none;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.small a:link {
	color: #666666;
	text-decoration: underline;
} 
.small a:visited {
	color: #666666;
	text-decoration: underline;
}
.small a:hover {
	color: #666666;
	text-decoration: none;
}
.small a:active {
	color: #666666;
	text-decoration: none;
}
.bodyunjust {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.bodyunjust a:link {
	color: #333333;
	text-decoration: none;
} 
.bodyunjust a:visited {
	color: #333333;
	text-decoration: none;
}
.bodyunjust a:hover {
	color: #4863A0;
	text-decoration: none;
}
.bodyunjust a:active {
	color: #4863A0;
	text-decoration: none;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	text-align: justify;
}
.subtitle a:link {
	color: #4863A0;
	text-decoration: none;
} 
.subtitle a:visited {
	color: #4863A0;
	text-decoration: none;
}
.subtitle a:hover {
	color: #4863A0;
	text-decoration: underline;
}
.subtitle a:active {
	color: #4863A0;
	text-decoration: underline;
}
.sidenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
.sidenav a:link {
	color: #FFFFFF;
	text-decoration: none;
} 
.sidenav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sidenav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.sidenav a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.line {
	border-bottom:solid 1px #999999;
}




/*-----------------------------------------------------------------------------------------*/


.sitemap_box{
	border:1px solid #e0e0e0;
	background-color:#f1f1f1;
	padding:10px;
}

.border_right{
	border-right:1px solid #e0e0e0;
}

ul.section {
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
}

ul.section li {
	list-style:none;
	float:left;
	width:100%;
	text-align:left;
	padding:0px 10px 0px 10px;
}

ul.section li a:link, ul.section li a:active, ul.section li a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	width:100%;
	letter-spacing:normal;
	line-height:25px;
}

ul.section li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

