/*
Creat by allen
data:2008-04-01
*/
/*CSS debug code
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/
*{
	margin: 0;
	padding: 0;
}
body{
	color: #333;
	text-align: center;
	background:#fff;
	line-height: 100%;
	font-size:12px;
	font-family:'verdana','arial','宋体','sans-serif';
}
input{font-family:'verdana','arial','宋体','sans-serif';}
/*div,td{word-wrap:break-word;}*/
hr{
	height: 1px;
	color: #999;
	display:block;
}
ul{margin:0; padding:0; list-style-type: none;}
img{border:0;}
legend{color:#333;}
.left-float{float:left}.left-align{text-align:left}
.right-float{float:right}.right-align{text-align:right}
.fr-1024 {width:1002px;}
.fr-800 {width:760px;}
.color-ccc{color:#ccc;}
.color-999{color:#999;}
.clear-left{clear:left;}
a:link,a:visited{color:#339;text-decoration:underline;}
a:hover{color:#f8f8f8;background:#369;text-decoration:none;}

a.a_title:link,a.a_title:visited{color:#fff;text-decoration:underline;}
a.a_title:hover{color:#639;background:#fff;text-decoration:none;}

