body{
	margin: 0px;
	font-size: 12px;
	color: #333333;
	background-color: #2469A2;
}
td,th{
	font-size: 12px;
	color: #333333;
}

a:link{
	color:#333333;
	text-decoration:none;
}
a:visited{
	color: #333333;
	text-decoration:none;
}
a:hover{
	color: #ff6600;
	text-decoration:none;
}
a:active{
	color: #333333;
	text-decoration: none;
}


/*set links Style*/
a.linkLocation:link{
	color: #999999;
	text-decoration:none;
}
a.linkLocation:visited{
	color: #999999;
	text-decoration:none;
}
a.linkLocation:hover{
	color: #666666;
	text-decoration:none;
}
a.linkLocation:active{
	color: #999999;
	text-decoration:none;
}

a.linkNav:link{
	color: #ffffff;
	text-decoration: none;
}
a.linkNav:visited{
	color: #ffffff;
	text-decoration: none;
}
a.linkNav:hover{
	color: #ffff00;
	text-decoration: underLine;
}
a.linkNav:active{
	color: #ffffff;
	text-decoration: none;
}

a.linkSet:link{
	color: #ffffff;
	text-decoration: none;
}
a.linkSet:visited{
	color: #ffffff;
	text-decoration: none;
}
a.linkSet:hover{
	color: #ffffff;
	text-decoration: none;
}
a.linkSet:active{
	color: #ffffff;
	text-decoration: none;
}



/*set table border Style*/
.borderLogin{
	border-left:1px solid #53A3E9;
	border-right: 1px solid #53A3E9;
}
.borderBottomE1E1E1{
	border-bottom: 1px solid #E1E1E1;
}
.borderPicture{
	border: 1px solid #D4D4D4;
}
.borderBottomC0D356{
	border-bottom: 1px solid #C0D356;
}
.borderB5DAFF{
	border: 1px solid #B5DAFF;
}
.borderBottomDashed{
	border-bottom: 1px dashed #666666;
}
.borderLeftBottomRight{
	border-left: 1px solid #8BBFEE;
	border-bottom: 1px solid #8BBFEE;
	border-right:1px solid #8BBFEE;
}
.borderSubLeftBottomRight{
	border-left: 1px solid #9CCCEA;
	border-bottom: 1px solid #9CCCEA;
	border-right:1px solid #9CCCEA;
}


/*set input Style*/
.inputLogin{
	border: 1px solid #CCCCCC;
	height: 18px;
	color: #666666;
}
.inputSearch{
	border: 1px solid #D4D4D4;
	height: 20px;
	color: #666666;
}

.inputPage
{
	border: 1px solid #cccccc;
	height: 18px;
	color:#333333;
}


/*set text Style*/
.textTitleFF3300{
COLOR: #ff3300; 
	font-weight: bolder;
	letter-spacing: 1px;
FILTER: glow(color=#ffffff,strength=1) dropshadow(color=#ffffff,offx=1, offy=1, positive=2);


	/*color: #FF3300;
	font-weight: bolder;
	letter-spacing: 1px;
    filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 1px;
	filter:Dropshadow(offx=1,offy=0,color=#ffffff) Dropshadow(offx=0,offy=1,color=#ffffff) Dropshadow(offx=-1,offy=0,color=#ffffff) Dropshadow(offx=0,offy=-1,color=#ffffff);*/
		
}
.textTimes{
	color: #999999;
}
.textLocation{
	color: #999999;
}
.textNewsTitle{
	color: #ff6600;
	font-size: 16px;
	font-weight: bolder;
}
.textSubTitle{
	color: #ffffff;
	font-size: 28px;
	font-weight:bolder;
	letter-spacing: 1px;
	line-heigh:1px;
	/*font-family: ;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*set select style*/
.selectStyle1
{
    border: 1px solid #cccccc;
    width:  123px;
    height: 20px;
    clip: rect( 0px, 181px, 20px, 0px );
    overflow: hidden;
}
.selectStyle2
{
    border: 1px solid #ffffff;
    width:  121px;
    height: 20px;
    clip: rect( 0px, 179px, 18px, 0px );
    overflow: hidden;
}
.selectStyle3
{
    position: relative;
    left: -2px;
    top: -2px;
    width: 124px; 
    line-height: 12px;
	 color: #666666;
    border-style: none;
    border-width: 0px; 
	 background-color: #ffffff;
}

/*set lineHeight style*/
.lineHeight1{
	line-height: 20px;
}
.lineHeightContent{
	line-height: 25px;
}