/* CSS Document */
body{
       margin:0;
	   padding:0;
	   }
td{
    font-family:Arial;
	font-size:12px;
	line-height:24px;
	color:#333;
	}
.red{
    color:#ff0000;
	}
.lefttitle{ color:#044B9B; font-size:12px; font-weight:bold;}
.chen{
    color:#ff6600;
	}	
.form {
    height:auto;
}

a:link {
    color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #02509F;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
}
a.menu:link {
    color: #fff;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #fff;
}
a.menu:hover {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #fff;
}
a.menu:active {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
.menu1{width:115px; height:31px;  text-align:center; padding-top:5px;}
.menu2{width:115px; height:31px;  background-image:url(images/menu_bg1.jpg); background-repeat: repeat-x; text-align:center; padding-top:5px;}