.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}

.doth2{
	background-image:url(img/doth2.gif);
	background-repeat:repeat-x;
}

.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}

.dotv2{
	background-image:url(img/dotv2.gif);
	background-repeat:repeat-y;
}

.bg{
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
}

.bg2{
	background-image:url(img/bg2.jpg);
	background-repeat:no-repeat;
}

.bgPopup{
	background-image:url(img/bgPopup.jpg);
	background-repeat:no-repeat;
}

/*---------- fonts ----------*/
img{
	border:0px;
}

table{
	border:0px;
}

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

.redlab{
	font-size:10px;
	color:#999999;
}

.small{
	font-size:10px;
	color:#666666;
}

.blackH{
	font-size:13px;
	color:#000000;
	font-weight:bold;
}

.black{
	color:#000000;
}

.grey1H{
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

.grey1{
	color:#333333;
}

.grey2H{
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

.grey2{
	color:#666666;
}

.grey3H{
	font-size:13px;
	color:#999999;
	font-weight:bold;
}

.grey3{
	color:#999999;
}

.grey4H{
	font-size:13px;
	color:#CCCCCC;
	font-weight:bold;
}

.grey4{
	color:#CCCCCC;
}

.redH2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#cc3333;
	font-weight: bold;
	letter-spacing:-1;
}

.redH{
	font-size:13px;
	color:#CC0000;
	font-weight:bold;
}

.red{
	color:#CC0000;
}

.red2{
	color:#ff0000;
}

.orangeH{
	font-size:13px;
	color:#FF9900;
	font-weight:bold;
}

.orange{
	color:#FF9900;
}

.blueH2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#687d97;
	font-weight: bold;
	letter-spacing:-1;
}

.blueH{
	font-size:13px;
	color:#687d97;
	font-weight:bold;
}

.blue{
	color:#687d97;
}

.blue2{
	color:#475260;
}

.greenH{
	font-size:13px;
	color:#669900;
	font-weight:bold;
}

.green{
	color:#669900;
}

.green2{
	color:#66ff00;
}

.yellowH{
	font-size:13px;
	color:#FFCC00;
	font-weight:bold;
}

.yellow{
	color:#FFCC00;
}

.pinkH{
	font-size:13px;
	color:#FF00CC;
	font-weight:bold;
}

.pink{
	color:#FF00CC;
}

.purpleH{
	font-size:13px;
	color:#660099;
	font-weight:bold;
}

.purple{
	color:#660099;
}

.whiteH{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}

.white{
	color:#FFFFFF;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}


.borderNAV{
	border:4px solid #687d97;
}

.border{
	border:1px solid #cccccc;
}

.border2{
	border:1px solid #6E849F;
}

.border3{
	border:1px solid #ff6600;
}

.borderImgHome{
	border:4px solid #6E849F;
}

.borderResearchCenter{
	border:4px solid #FFCC00;
}

.borderNewsCenter{
	border:4px solid #768764;
}

.borderDot{
	border:1px dashed #cccccc;
}

.borderTop{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopDot{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottom{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed;
}


.borderBottomDot2{
	border-color:#6E849F; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed;
}


.borderLeft{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderPic{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}


.borderLeftDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}

.borderTLR{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTRB{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTLB{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLRB{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderLR{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTL{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTR{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTB{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLB{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderRB{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTop2{
	border-color:#6E849F; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottom2{
	border-color:#6E849F; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottom3{
	border-color:#536275; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLeft2{
	border-color:#6E849F; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderRight2{
	border-color:#6E849F; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTLR2{
	border-color:#6E849F; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTRB2{
	border-color:#6E849F; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTLB2{
	border-color:#6E849F; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLRB2{
	border-color:#6E849F; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderLR2{
	border-color:#6E849F; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTL2{
	border-color:#6E849F; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTR2{
	border-color:#6E849F; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTB2{
	border-color:#6E849F; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLB2{
	border-color:#6E849F; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderRB2{
	border-color:#6E849F; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

ul{
	list-style:circle;
}

/*---------- text-link ----------*/
a:link{text-decoration:underline; color:#ff6600;}
a:visited{text-decoration:underline; color:#ff6600;}
a:hover{text-decoration:underline; color:#333333;}

a.nav:link{text-decoration:none; color:#687d97;}
a.nav:visited{text-decoration:none; color:#687d97;}
a.nav:hover{text-decoration:none; color:#cc3333;}

a.nav2:link{text-decoration:none; color:#cc3333;}
a.nav2:visited{text-decoration:none; color:#cc3333;}
a.nav2:hover{text-decoration:none; color:#cc3333;}

a.blackULToRedUL:link{text-decoration:underline; color:#333333;}
a.blackULToRedUL:visited{text-decoration:underline; color:#333333;}
a.blackULToRedUL:hover{text-decoration:underline; color:#cc3333;}

a.blackToOrange:link{text-decoration:none; color:#333333;}
a.blackToOrange:visited{text-decoration:none; color:#333333;}
a.blackToOrange:hover{text-decoration:none; color:#ff6600;}

a.blackULToOrangeUL:link{text-decoration:underline; color:#333333;}
a.blackULToOrangeUL:visited{text-decoration:underline; color:#333333;}
a.blackULToOrangeUL:hover{text-decoration:underline; color:#FF6600;}



a.blackToOrangeUL:link{text-decoration:none; color:#333333;}
a.blackToOrangeUL:visited{text-decoration:none; color:#333333;}
a.blackToOrangeUL:hover{text-decoration:underline; color:#ff6600;}

a.blueToWhite:link{text-decoration:none; color:#c6cdd7;}
a.blueToWhite:visited{text-decoration:none; color:#c6cdd7;}
a.blueToWhite:hover{text-decoration:none; color:#FFFFFF;}

a.whiteToWhite:link{text-decoration:none; color:#FFFFFF;}
a.whiteToWhite:visited{text-decoration:none; color:#FFFFFF;}
a.whiteToWhite:hover{text-decoration:none; color:#FFFFFF;}



/*----------ul style ----------*/

#level1 ul{
	padding:0;
	margin:0;
}

#level1 li {
	list-style: none;
	display: block; 
	padding-left:10px;
	line-height:2;
}

#level2 ul{
	padding:0;
	margin:0;
}

#level2 li {
	list-style:none;
	display: block; 
	padding-left:20px;
	line-height:2;
}

#level3 ul{
	padding:0;
	margin:0;
}

#level3 li {
	list-style:none;
	display: block; 
	padding-left:30px;
	line-height:2;
}

#level4 ul{
	padding:0;
	margin:0;
}

#level4 li {
	list-style:none;
	display: block; 
	padding-left:40px;
	line-height:2;
}

#level5 ul{
	padding:0;
	margin:0;
}

#level5 li {
	list-style:none;
	display: block; 
	padding-left:40px;
	line-height:2;
}

#level6 ul{
	padding:0;
	margin:0;
}

#level6 li {
	list-style:none;
	display: block; 
	padding-left:60px;
	line-height:2;
}

#level7 ul{
	padding:0;
	margin:0;
}

#level7 li {
	list-style:none;
	display: block; 
	padding-left:70px;
	line-height:2;
}

#level8 ul{
	padding:0;
	margin:0;
}

#level8 li {
	list-style:none;
	display: block; 
	padding-left:80px;
	line-height:2;
}

#level9 ul{
	padding:0;
	margin:0;
}

#level0 li {
	list-style:none;
	display: block; 
	padding-left:90px;
	line-height:2;
}

#level10 ul{
	padding:0;
	margin:0;
}

#level10 li {
	list-style:none;
	display: block; 
	padding-left:100px;
	line-height:2;
}