/*
页面通用css样式定义
*/
body 
{
	margin:0px auto; FONT-SIZE: 12px; line-height:20px; font-family:Verdana, Arial, Helvetica, sans-serif
	/* list-style-type:none;*/
}
img {
	border:0px;		
}
A:link {
	FONT-SIZE: 11px; COLOR: #007CC2; FONT-FAMILY: "Verdana"; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 11px; COLOR: #007CC2; FONT-FAMILY: "Verdana"; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 11px; COLOR: #ff6600; FONT-FAMILY: "Verdana"; TEXT-DECORATION: underline;LEFT: 1px; POSITION: relative; TOP: 1px; 
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/*
页面通用css样式定义结束
*/


