.box {
	margin: 0px 0px;
	border-left: 3px solid #dedede;
	border-right: 3px solid #a3aab7;
	border-bottom: 3px solid #a3aab7;
	background: #f8f8f8;
}
.box th {
        border-top: 1px solid #6882ad;
	border-bottom: 1px solid #6882ad;
	height: 23px;
	padding: 5px 14px !important;
	padding: 2px 14px;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	background: #008cce;
	font: bold 11px verdana, sans-serif;
}
	.box th a {
		color: #fff;
		text-decoration: none;
	}
	.box td a, #content a {
		color: #0065b7;
		text-decoration: none;
        	background: url("images/arrow.gif") 10px 50% no-repeat;
	        padding-left: 23px !important;
	}

	.box td a:hover, .box td a:hover strong, #content a:hover {
		color: #fff;
		background: #0065b7;
	}
