BODY{

scrollbar-3dlight-color:black;

scrollbar-face-color:black;

scrollbar-arrow-color:orange;

scrollbar-highlight-color:snow;

scrollbar-shadow-color:transparent;

scrollbar-darkshadow-color:black;

scrollbar-track-color:transparent;

}



/*- Main Background --------------------------- */
body{
	background-image: url(img/main_new/backgroung.gif);
}


h1 {font-size: 7pt;

	font-family: "Osaka"; font-style: normal; font-weight:normal; color: #FFFFFF}

.style1 {  font-size: 12px; line-height: 150%; color: #FFFFFF}

.style2 {  font-size: 13px;	line-height: 150%; color: #000000; font-weight: bold}

.style3 {font-size: 13px; line-height: 150%; color: #FF6600; font-weight: normal}

.style4 {  font-size: 12px;	line-height: normal;	color: #FF3333;	font-weight: bold;}

.style5 {  font-size: 16px;	color: #000000; font-weight: bold}

.style6 {font-size: 14px;	line-height: 150%;	color: #FFFFFF;	font-weight: bold;}

.style7 {font-size: 14px;	line-height: 150%;	color: #00FFFF;	font-weight: bold;}

.style8 {font-size: 12px;	line-height: 150%;	color: #FF3333;	font-weight: bold;}

.style9 {  font-size: 11px;	line-height: 120%;	color: #FFff00;	font-weight: bold;}

.style10 {font-size: 10px; color: #ffffff; font-weight: normal; font-size: 10px;}

.style11 {font-size: 14px; line-height: 150%;	color: #FF3333;	font-weight: bold;	font-family: Arial, Helvetica, MS;}

.style12 {font-size: 10px; color: #ffffcc; font-weight: normal; font-size: 10px;}

.style13 {font-size: 10px; color: #333333; font-weight: normal; font-size: 10px;}

.style14 {  font-size: 13px;	line-height: 150%; color: #000000;}

.style15 {font-size: 20px; line-height: 150%;	color: #FF3300;	font-weight: bold;	font-family: Arial, Helvetica, MS;}

.style16 {

	font-size: 18px;

	color: #FF0000;

	font-weight: bolder;

	font-family: Arial, Helvetica, "MS";

	}
.style17 {font-size: 12px;	line-height: 150%;	color: #FF3333;	font-weight: bold;}
img { border: none; }


.tbl {

	width:300;

	height:139;

	overflow:auto;

	scrollbar-face-color:#000000;

	scrollbar-arrow-color:#ff6600;

	scrollbar-shadow-color:#333333;

	scrollbar-highlight-color:transparent;

	scrollbar-track-color:transparent;

    scrollbar-3dlight-color:000000;

 }



.photo{

font-size:14px;

color:#FF6600;

text-align:center;

margin-top:20px;

}



.photo a:hover{

color:#FFffff;

}



/*- Menu Tab --------------------------- */
#tabs {
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	width:799px; 
	height:25px;
	border-left:1px solid #F86204; 
	}
	
#tabs ul {
    list-style:none;
	font-size:12px;
	text-align:center;
	width:800px;
	padding:0;
	margin:0;
	height:25px;

	}
	
#tabs li {
	display:inline;
	margin-top:0;
	padding:0;
	text-decoration:none;
}

#tabs a {
    float:left;
	width:133px;
	height:25px;
	background:url(../img/tab/tab.jpg) no-repeat;
	margin:0;
	padding:0 0 0 0;
	text-decoration:none;
	color: #FFFFFF;
}

#tabs a span {
	padding-top:6px;
	display:block;
}

#tabs a:hover {
	background-position:0% -25px;
	color: #F26522;

}

#tabs a:hover span {
	background-position:100% -25px;
}



