.copyright {
	text-align:center;
	color:#ffffff;
	FONT-SIZE: 11px;
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif","tahoma";
	}

#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}

#navigation ul li a{
	display: block;
	background: url(../images/bg2.jpg) no-repeat;
	width:181px;
	padding-left: 10px;
	height:26px;
	line-height:26px;
	FONT-SIZE: 11px;
	font-weight:bold;
}

#navigation ul li a:hover{
	display: block;
	background: url(../images/bj1.jpg) no-repeat;
	width:181px;
	padding-left: 10px;
	height:26px;
	line-height:26px;
	FONT-SIZE: 11px;
	font-weight:bold;
	}

a:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #FFCC33;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	color: #FFCC33;
	text-decoration: underline;
}

#reportQueryTable, .normalTable{
	background-color: #DCDCDC;
	font-size: 11px;
	color:#000000;	
}

#reportQueryTable th, .normalTable th{
	background-color: #EEEEEE;
	font-weight: bold;
	font-size:12px;
	line-height: 20px;
}

#reportQueryTable caption, .normalTable caption{
	font-weight: bold;
	font-size:12px;
	line-height: 20px;
}


#reportQueryTable td, .normalTable td{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	text-align:center;
}

#reportQueryTable a:link{
	color: #FFCC33;
}

#reportQueryTable a:hover{
	color: #FFCC33;
}
#reportQueryTable a:active{
	color: #FFCC33;
}
#reportQueryTable a:visited{
	color: #FFCC33;
}

.normalCompont{
	width: 180px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}

.errorInfo{
	color: #7E0606;
	font-size: 14px;
	font-weight: bold;
}

ul#helpInfo li{
	font-size: 12px;
	font-weight: bold;
	}

ul#helpInfo li p{
	font-size: 12px;
	font-weight: normal;
	}