/* IE alignment */
html, body	{
	text-align:center;
	min-height:100%;
	margin:0px;
	background-image:url(/images/selecteddesign/background.gif);
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
			} 

/* FF alignment */
html, body	{
	text-align:-moz-center;
			}
			
@font-face {
    font-family: BRADLEY0;
    font-style:  normal;
    font-weight: bold;
    src: url(BRADLEY1.eot);
}

.bradley {
	font-family: BRADLEY0, Arial;
	font-size: 20px;
	color: #FFFFFF;
}

.bradley2 {
	font-family: BRADLEY0, Arial;
	font-size: 25px;
	color: #000000;
	text-align:center;
}
