/*	ASBoF BRANDING-SPECIFIC CLASSES	*/
	
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
/*	Define type: PC, MAC, UNIX, Generic	*/
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	background: url(../cssAssets/gradient-asbof.gif) repeat-x;
}

.hdrA {
	height: 120px;
	width: 100%;
	background: #fff url(../cssAssets/brand-asbof.gif) no-repeat;
	padding: 0px;
}
.valid-a {
	height: 30px;
	width: 100%;
	border-left: 1px solid #933;
	border-top: 7px solid #6A80CC;
	padding-left: 10px;
}