body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/bg.png) fixed bottom #ffffff no-repeat;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #F93; 
	text-decoration:none;
}
a:hover{
	color:#cf6f0f;
	text-decoration:none;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	height:36px;
	display:block;
}
.menu_text a{
	color: #666;
	text-decoration:none;
}
.menu_text a:hover, .menu_icon_text{
	color:#cf6f0f;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	height:36px;
	display:block;
}
	
 
.orange_top {
	background:url(images/orange_top.png) no-repeat; 
	padding-left:10px; 
	font-size:16px; 
	color:#FFF;
}
.orange_title {
	color:#F68B1F;
	font-size:24px;
	font-weight:bold;
	/*text-decoration: underline overline;*/
}
.orange_subject {
	color:#F68B1F;
	font-size:14px;
	font-weight:bold;
}
.orange_content {
	background:url(images/orange_content.png) repeat-y; 
	padding:10px;
}
.red_text {
	color: #F00;
}
.content_text {
	font-size:16px;
	line-height:24px;
}
.content_text a {
	color:#F00;
}
.content_text a:hover{
	color:#FC9;
}
.textB {
	font-weight:bold;
}
.specialColor {
	color:#090;
}
.border_orange{
	border: 4px solid #ff8f0b;
}
.border_orange2{
	border: 1px solid #f05a28;
}
.menu_icon a:hover{
	background:url(images/menu_icon.png) center;
	height:36px;
}

submenu.ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
submenu.a{
	display:block;
	border:none;	
}