BODY {
    BACKGROUND-REPEAT: no-repeat;
    SCROLLBAR-FACE-COLOR: #EFEFEF; 
    SCROLLBAR-HIGHLIGHT-COLOR: #BEBDBE; 
    SCROLLBAR-SHADOW-COLOR: #BEBDBE; 
    SCROLLBAR-3DLIGHT-COLOR: #BEBDBE; 
    SCROLLBAR-ARROW-COLOR: #BEBDBE; 
    SCROLLBAR-TRACK-COLOR: #EFEFEF; 
    SCROLLBAR-DARKSHADOW-COLOR: #EFEFEF; 
	
   }



.content  {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style : normal;
    line-height : 16px;
    color: #333333;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;	      
    }
 .content  a:link  {
    color: #333333;
    text-decoration: none;
    }
 .content  a:visited  {
    color: #333333;
    text-decoration: none;
    } 
 .content  a:active  {
    color: #333333;
    text-decoration: none;
    }
 .content  a:hover  {
    color: #333333;
    text-decoration: underline;
    }
 .content  input {
    font-size: 10pt;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    }
 .content  select{
    font-size: 9pt;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    }
 .content  textarea{
    font-size: 9pt;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    }





.smallnavigation  {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 9px;
    font-weight: normal;
    font-style : normal;
    line-height : 14px;
    color: #FFFFFF;
    background-color:#979797;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #333333;
    }
 .smallnavigation  a:link  {
    color: #FFFFFF;
    text-decoration: none;
    }
 .smallnavigation  a:visited  {
    color: #FFFFFF;
    text-decoration: none;
    } 
 .smallnavigation  a:active  {
    color: #FFFFFF;
    text-decoration: none;
    }
 .smallnavigation  a:hover  {
    color: #FFFFFF;
    text-decoration: none;
    }


.maintable {	

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333333;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #333333;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #333333;
    
	}
.title-newsdetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.gallery {
	border: 1px solid #333333;
}

/* top navigation */
#navigation_new {
	width:800px;
	margin:0;
	padding:0;
	list-style-type:none;
	border-top:1px solid #000;
}

#navigation_new li {
	float:left;
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	width:100px;
	max-width:99px; /* non-ie boxmodel hack */
	text-align:center;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:2px 0;
	margin:0;
	background-color:#BFBFBF;
}
#navigation_new li.last {
	border-right:none;
	width:100px;
	max-width:100px; /* none-ie boxmodel hack */
}

#navigation_new li.active {
	background-color:#999;
}

#navigation_new li a {
	text-decoration:none;
	color:#FFF;
}

/* header navigaton */
#header_nav_new {
	width:91px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#header_nav_new li {
	float:left;
	font-family:Arial, Verdana, sans-serif;
	font-size:9px;
	line-height:9px;
	width:91px;
	max-width:88px; /* non-ie boxmodel hack */
	text-align:right;
	border-bottom:1px solid #000;
	padding:0 3px 0 0;
	margin:0;
	height:13px;
	max-height:12px; /* non-ie boxmodel hack */
	vertical-align:middle;
}
#header_nav_new li.last {
	border-bottom:none;
	height:12px;
}

#header_nav_new li.active {
	background-color:#999;
}
#header_nav_new li.active a {
	color:#FFF;
}
#header_nav_new li a {
	text-decoration:none;
	color:#000;
}
