.BBorders .NW,
.BBorders .NE,
.BBorders .SW,
.BBorders .SE
{
    background-repeat: no-repeat;
}

.BBorders .W,
.BBorders .E
{
    background-repeat: repeat-y;
}

.BBorders .N,
.BBorders .S
{   
    background-repeat: repeat-x;
}

.BBorders .N,
.BBorders .NW,
.BBorders .W
{   
    background-position: left top;    
}

.BBorders .NE
{
    /* Begin fix to ensure header background is correctly displayed */
    min-height:9px;
    height: auto !important;
    height: 9px;
   /* End fix to ensure header background is correctly displayed */
}

.BBorders .SE
{
    /* Begin fix to ensure footer background is correctly displayed */
    min-height: 9px;
    height: auto !important;
    height: 9px;
    /* End fix to ensure footer background is correctly displayed */
}

.BBorders .NE,
.BBorders .E
{   
    background-position: right top;
}

.BBorders .SW,
.BBorders .S
{
    background-position: left bottom;
}

.BBorders .SE
{
    background-position: right bottom;
}
.BBorders .NW {
	background-image:url(NWb.jpg);
}
.BBorders .N {
	background-image:url(Nb.jpg);
}
.BBorders .NE {
	background-image:url(NEb.jpg);
}
.BBorders .W{
	background-image:url(Eb.jpg);
}
.BBorders .E{
	background-image:url(Wb.jpg);
}
.BBorders .SW{
	background-image:url(SWb.jpg);
}
.BBorders .S{
	background-image:url(Sb.jpg);
}
.BBorders .SE{
	background-image:url(SEb.jpg);
}
.BBordersContent {
	padding:15px 15px 0px 15px;

}
.BBordersContent p, .BBordersContent .Normal, .BBordersContent h1, .BBordersContent h2, .BBordersContent h3, .BBordersContent a {
	font-size:0.95em;
	color:#FFF !important;
}
.BBorders {
	margin:0px;
	background-color:#5678ac;
}
.OptInSimple_Label {
	color:#FFF !important;
	font-weight:normal !important;
	font-family:Arial, Helvetica, sans-serif;
}