/* CSS Document */

#main .numimg{
	border:solid 1px #999999;
}

.number{
	border-bottom:#666666 dotted 1px;
	width:400px;
	margin:5px;
	padding:5px;
	height:90px;
}

.numimg{
	width:100px;
	margin:0 20px 0 0;
	padding:0;
	height:75px;
	float:left;
	}
	
.numtxt{
	width:270px;
	margin:0;
	padding:0;
	height:75px;
	float:left;
	}

.numtxt a{
	font-size:14pt;
	text-decoration:none;
	}