.body {
padding-left:15px;
padding-top:15px;
padding-bottom:15px;
padding-right:15px;
}
.content {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.contentB {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #730003;
}
.contentwhite {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
}
.contentwhiteB {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.contentwhiteBgr {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
		#linkwhite       {
                font-family: Arial;
				font-size: 9px;
				text-decoration: none;
				color: #FFFFFF;
        }
				#linkblack       {
                font-family: Arial;
				font-size: 12px;
				text-decoration: none;
				color: #000000;
        }
		#linkwhiteB       {
                font-family: Arial;
				font-size: 12px;
				text-decoration:underline;
				color: #FFFFFF;
        }