/* CSS Document */

html,body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color:#680001;
	
	scrollbar-face-color: #980000; 
    scrollbar-shadow-color: #DE0000;
    scrollbar-highlight-color: #DE0000; 
    scrollbar-3dlight-color: #980000;
    scrollbar-darkshadow-color: #980000; 
    scrollbar-track-color: #980000;
    scrollbar-arrow-color: #FFFFFF;
	overflow-x:hidden;
	overflow-y:auto;
	text-align:center;
	height:100%; 
}
a.bu_text{
    word-spacing: 1pt;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: FF0000;
	text-decoration: none;
}

a.bu_text:hover{
    word-spacing: 1pt;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: 870000;
	text-decoration: none;

}

.text_w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	color: #FFFFFF;

}

.text_r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	color: #FF0000;

}
.text_title {
	font-family: arial, "ËÎÌå";
	font-size: 32px;
	color: #D71E20;
}

.in_bg {
	background-image: url(in_bg.jpg);
	background-repeat: repeat-y;
}



a.w_text{
    word-spacing: 1pt;
	font-family: Arial;
	font-size: 12px;

	color: #FF0000;
	text-decoration:underline;
}

a.w_text:hover{
    word-spacing: 1pt;
	font-family: Arial;
	font-size: 12px;

	color: #FF0000;
	text-decoration: none;

}

.text_r_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #FF0000;

}
.text_h1 {

	font-family: "ºÚÌå";
	font-size:20pt;

	color: #FFFFFF;
}
.text_titleEn {

	font-family: sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	color: #D71E20;
}

