@import url(http://fonts.googleapis.com/css?family=Hanuman);
.body_style{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.logo_box{
	height: 79px;
}

.font_content{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.font_content2{
	font-family: Hanuman;
	font-size: 13px;
	line-height: 20px;
}

.content_title{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.warning_box{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-style: dotted;
	border-color: red;
	border-width: 1px;
	width: 100%;
}

.normal_box{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
	width: 100%;
}


.normal_box2{
	font-family: Hanuman;
	font-size: 13px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
	width: 100%;
}

.hidden_box{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	width: 100%;
}

.but{
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	background: -moz-linear-gradient(top, #666666, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 5px;
	width: 80px;
	text-align: center;
}

.but_over{
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	background: -moz-linear-gradient(top, #666666, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 5px;
	width: 80px;
	text-align: center;
}


.but2{
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	background: -moz-linear-gradient(top, #666666, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
	font-family: Hanuman;
	font-size: 8pt;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 5px;
	width: 80px;
	text-align: center;
}

.but_over2{
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	background: -moz-linear-gradient(top, #666666, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
	font-family: Hanuman;
	font-size: 8pt;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 5px;
	width: 80px;
	text-align: center;
}


.menu{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}

.menu_over{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}


.menu_use{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

.menu2{
	font-family: Hanuman;
	font-size: 12px;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}

.menu_over2{
	font-family: Hanuman;
	font-size: 12px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}


.menu_use2{
	font-family: Hanuman;
	font-size: 12px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

.nmenu{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #2265AF;
	cursor: pointer;
}

.nmenu_over{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #3674B7;
	cursor: pointer;
}

.nmenu_use{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #3674B7;
	cursor: default;
}

.nmenu2{
	font-family: Hanuman;
	font-size: 12px;
	color: white;
	background-color: #2265AF;
	cursor: pointer;
}

.nmenu_over2{
	font-family: Hanuman;
	font-size: 12px;
	color: white;
	background-color: #3674B7;
	cursor: pointer;
}

.nmenu_use2{
	font-family: Hanuman;
	font-size: 12px;
	color: white;
	background-color: #3674B7;
	cursor: default;
}

.but_hidden{
	width: 1px;
	height: 1px;
	visibility: hidden;
}

.box_panel{
	width: 280px;
	background: -moz-linear-gradient(top,  #E5E5E5,  white);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='white');
	background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(white));
}

.table_border{
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}

.table_bg{
	background: -moz-linear-gradient(top,  #E5E5E5, white);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#E5E5E5');
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#E5E5E5));
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

.table_row1{
	background-color: white;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

.table_row2{
	background-color: #F5F5F5;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

.table_rowuse{
	background-color: #DBEDFF;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

.editor_style{
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
	width: 100%;
	height: 200px;
}

.message_box{
	width: 100%;
	padding: 5px;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: -moz-linear-gradient(top, white , #E5E5E5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#E5E5E5');
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#E5E5E5));
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;	
}

.message_box2{
	width: 100%;
	padding: 5px;
	font-family: Hanuman;
	font-size: 13px;
	background: -moz-linear-gradient(top, white , #E5E5E5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#E5E5E5');
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#E5E5E5));
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;	
}

.top_line{
	background-color: #3674B7;
	height: 3px;
}

.bottom_line{
	background-color: #3674B7;
	height: 5px;
}

.top_logo{
	padding: 10px;
}

.panel_line1{
	background-color: #CFCFCF;
	height: 1px;
}

.panel_line2{
	background-color: #F3F3F3;
	height: 1px;
}

.navigation_bar{
	background: -moz-linear-gradient(top, #EC008C, #FF4AB7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC008C', endColorstr='#FF4AB7');
	background: -webkit-gradient(linear, left top, left bottom, from(#EC008C), to(#FF4AB7));
	height: 31px;
}

.hotnews_box{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: white;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

.hotnews_box2{
	font-family: Hanuman;
	font-size: 13px;
	line-height: 23px; 	
	color: white;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

.title_box{
	background: -moz-linear-gradient(top, #EC008C, #FF4AB7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC008C', endColorstr='#FF4AB7');
	background: -webkit-gradient(linear, left top, left bottom, from(#EC008C), to(#FF4AB7));
	font-family: Hanuman;
	font-size: 12pt;	
	color: white;
	padding: 5px;
}

.title_box2{
	background: -moz-linear-gradient(top, #EC008C, #FF4AB7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC008C', endColorstr='#FF4AB7');
	background: -webkit-gradient(linear, left top, left bottom, from(#EC008C), to(#FF4AB7));
	font-family: Hanuman;
	font-size: 12pt;	
	color: white;
	padding: 5px;
}

.slide_box{
	width: 670px;
	height: 300px;
	overflow: hidden;
	opacity: 1;
	filter: alpha(opacity=100);
}

.slide_show{
	width: 670px;
	height: 300px;	
}

.slide_title{
	height: 30px;
	padding: 10px;
	background-color: black;
	color: white;
	opacity: 0.3;
	filter: alpha(opacity=30);
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.slide_bar{
	background: -moz-linear-gradient(top,  #3FAADB, #40C1FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40C1FF', endColorstr='#40C1FF');
	background: -webkit-gradient(linear, left top, left bottom, from(#40C1FF), to(#40C1FF));
	padding: 9px;
}

.pic_box{
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
	padding: 5px;
}

.news_box{
	width: 660px;
	height: 55px;
	overflow: hidden;
}

.page_range{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
	background-color: #F5F5F5;
	width: 670px;
}

.page_range2{
	font-family: Hanuman;
	font-size: 13px;	
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
	background-color: #F5F5F5;
	width: 670px;
}

.short_box{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #FFFFFF;
	background: -moz-linear-gradient(top,  #444444,  #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
}

.short_box2{
	font-family: Hanuman;
	font-size: 13px;	
	color: #FFFFFF;
	background: -moz-linear-gradient(top,  #444444,  #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
}

.bottom_style{
	background-color: #2265AF;
	font-family: Hanuman;
	font-size: 12px;
	color: #fff;
	padding: 5px;
}

.address_style{
	background-color: #E5E5E5;
	font-family: Hanuman;
	font-size: 12px;
	color: #000;
	padding: 5px;
}