@charset "utf-8";
/* CSS Document */

.Bboxes {
	border-top:1px solid #BBBBBB;	
	text-align: center;
	/*padding: 0px;*/
	margin-top:2px;
	background-color:#F0F0F0;
}

.Btext {
font-size:11px;
text-align:center;
padding: 5px;
}

.BBodyPhone {
	font-size : small;
	color : Yellow;
}

.BBodyRed {
	color : Red;
	font-size : 13pt;
}

.BBodyBlue {
	color : Blue;
	font-size : 13pt;
}

.BBodyItalic {
	font-style : italic;
	font-size : 13pt;
}

.BFoot {
	font-size : small;
	font-family : "Comic Sans MS";
}

.BFootPhone {
	color : #990099;
	font-size : small;
}

.BFootRed {
	color : Red;
	font-size : small;
}

.BFootEmail {
	color : Blue;
	font-size : small;
}

.BFootItalic {
	font-size : small;
	font-style : italic;
}

.BFootBold{
	font-size : 100%;
	font-weight: bold;
}

.BFootRedBold {
	color : Red;	
	font-size : 100%;
	font-weight: bold;
}

