

.auto
{
	overflow:auto;
}

.hide{display:none;}

.mar_top_10
{
	clear:both;
	height:10px;
	font-size:1px;
	line-height:1px;
}

.mar_top_5
{
	clear:both;
	height:5px;
	font-size:1px;
	line-height:1px;
	overflow:auto;
}

.fl_left
{
	float:left;
}
.fl_right
{
	float:right;	
}
.bold
{
	font-weight:bold;
}

.center
{
	text-align:center;
}

.green
{
	color:green;
}
.red
{	
	color:#b60606;	
}

.gray
{
	color:gray;
}

.bg_white
{
	background-color:#fff;
}

.bg_gray
{
	background-color:#ccc;
}

.border_1{border:#aaccee 1px solid}

.border_2{border:#000 1px solid}

.border_3{border:#ffc796 1px solid}

a
{
	color:#000;
	text-decoration:none;
}
a:visited
{
	color:#000;
	text-decoration:none;
}
a:hover
{
	color:#ff0000;
}

.clear{clear:both;font-size:1px;line-height:0px;}