/* CSS style*/


/* active link style */
A:active {text-decoration: none}
A:visited {color: #004E82; text-decoration: none}
A:link {color: #004E82; text-decoration: none}
A:hover {color: #8DC63F; text-decoration: underline;}

/* English text style */
 
 body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("images/b2k.jpg");
	background-repeat: repeat-x;
	background-repeat:no-repeat;
background-attachment:fixed;
background-position:center
}
.textbox			{
							padding:2;
							font-family: Tahoma, Arial MT,Arial,Helvetica;
							font-size: 10pt;
							color: #212A6C;
							border: 1px solid #c0c0c0;
							background-color: #FFFFFF;
							filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=3)
							}
.text {font-family:"Tahoma","Arial", "Helvetica", "sans-serif"; 
 font-size: 14px; 
 color: #000000;
 line-height: 20px; 
 text-decoration: none}
 
 
.footer {  font-family:"Tahoma","Arial", "Helvetica", "sans-serif"; 
 font-size: 12px; 
 color: #364E16;
 line-height: 18px; 
 text-decoration: none}
 
 .footer_text {  font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; 
 font-size: 10px; 
 color: #898989;  line-height: 18px; 
 text-decoration:none
}
 
h3 {
font-family: Tahoma,Arial, Helvetica, "sans-serif;
font-size: 18px;
font-color: #0000ff;
}

ul {
    font-family:"Tahoma","Arial", "Helvetica", "sans-serif"; 
    font-size: 14px; 
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
