/* CSS Document */
.clear_float{ 
	clear: both; 
	display: block; 
	height: 0; 
	overflow: hidden; 
	visibility: hidden; 
	width: 0; 
}

table.ase_contact{
	width:930px;
	border:1px solid #C2C2C2;
	border-collapse: collapse;
	table-layout: fixed;

}

table.ase_contact tr th{
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #C2C2C2;
	background-color: #C5D5EF;
	font-size: x-small;
}

table.ase_contact tr td{
	padding:10px;
	font-weight:normal;
	border:1px solid #C2C2C2;
}
/*
table.ase_contact tr td .ase_contact_icon{
	float:left;
}*/

table.ase_contact tr td .ase_contact_desc{
	vertical-align:top;
	margin-left:10px;
	margin-top: 10px;
	border: none;
	border: 0;
	font-size:12px;
	
}
h2.length_950{
	font-size:12px;
}
p.ase_p{
	font-size:12px;
	line-height: 20px;
}
div.notice {
    width: 948px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #900;
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #fff;
}
div.notice a { color: #990000 !important; }