body {
	background-color: #d1d3d4;
}


.em_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

.txt_btn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


.txt_btn1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #666666;
}

.index_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.hidden {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2px;
	color: #666666;
}

.txt_btm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.txt_copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.txt_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #333333;
}

.txt_news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #333333;
}

.txt_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


INPUT.login {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #333333;
	border-style: none;
	color: #FFFFFF;

}


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

a.normal:link {
	color: #000000;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a.normal:visited {
	color: #000000;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a.normal:hover {
	color: #990000;
	text-decoration: underline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a.normal:active {
	color: #000000;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}


a.side:link {
	color: #000000;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.side:visited {
	color: #000000;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.side:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.side:active {
	color: #000000;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}


a.cate:link {
	color: #000000;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	
}
a.cate:visited {
	color: #000000;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
}
a.cate:hover {
	color: #000000;
	text-decoration: underline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
}
a.cate:active {
	color: #000000;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
}


.style16 {	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
}



/****************************************************************tree menu*****************************************************************************************************/

.treeview ul{ /*CSS for Simple Tree Menu*/
/*background: #eeeeee;*/
margin-left: 0px;
padding:0px;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: #eeeeee;*/
cursor: hand !important;
list-style-type: none;
padding-left: 0px;
margin-bottom: 5px;
margin-left: -40px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: #eeeeee;*/
cursor: hand !important;
cursor: pointer !important;
padding-left: 0px;
margin-left: -40px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
/*background: #ffffff;*/
display: none; /*Hide them by default. Don't delete. */

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
/*background: #ffffff;*/
cursor: hand !important;
list-style-type: none;
padding-left: 0px;
margin-bottom:10px;
margin-top:0px;
margin-left: 10px;

}
