/************常用控件样式**************/

.unline{border-bottom: solid 1px #efefef}
.displayNone
{
	display:none;
}

body,table,td,input,option,div,span,textarea
{
	font-size: 14px;
	font-family: 宋体;
}
a:active
{
	font-size: 14px;
	color: red;
}
a:link
{
	font-size: 14px;
	color: #006696;
}
a:visited
{
	font-size: 14px;
	color: #006e7d;
}

a:hover
{
	font-size: 14px;
	color: #ff6600;
}
.noMargin
{
	margin:0px;
}

