.BordWhiteBackgB .NW,
.BordWhiteBackgB .NE,
.BordWhiteBackgB .SW,
.BordWhiteBackgB .SE
{
    background-repeat: no-repeat;
}

.BordWhiteBackgB .W,
.BordWhiteBackgB .E
{
    background-repeat: repeat-y;
}

.BordWhiteBackgB .N,
.BordWhiteBackgB .S
{   
    background-repeat: repeat-x;
}

.BordWhiteBackgB .N,
.BordWhiteBackgB .NW,
.BordWhiteBackgB .W
{   
    background-position: left top;    
}

.BordWhiteBackgB .NE
{
    /* Begin fix to ensure header background is correctly displayed */
    min-height: 10px;
    height: auto !important;
    height: 10px;
   /* End fix to ensure header background is correctly displayed */
}

.BordWhiteBackgB .SE
{
    /* Begin fix to ensure footer background is correctly displayed */
    min-height: 10px;
    height: auto !important;
    height: 10px;
    /* End fix to ensure footer background is correctly displayed */
}

.BordWhiteBackgB .NE,
.BordWhiteBackgB .E
{   
    background-position: right top;
}

.BordWhiteBackgB .SW,
.BordWhiteBackgB .S
{
    background-position: left bottom;
}

.BordWhiteBackgB .SE
{
    background-position: right bottom;
}
.BordWhiteBackgB .NW {
	background-image:url(NW_B.jpg);
}
.BordWhiteBackgB .N {
	background-image:url(N_B.jpg);
}
.BordWhiteBackgB .NE {
	background-image:url(NE_B.jpg);
}
.BordWhiteBackgB .W{
	background-image:url(W_B.jpg);
}
.BordWhiteBackgB .E{
	background-image:url(E_B.jpg);
}
.BordWhiteBackgB .SW{
	background-image:url(SW_B.jpg);
}
.BordWhiteBackgB .S{
	background-image:url(S_B.jpg);
}
.BordWhiteBackgB .SE{
	background-image:url(SE_B.jpg);
}

.BordWhiteBackgBContent {
	padding:5px 10px 0px 10px !important;
	background:transparent;
}
.BordWhiteBackgB 
{
    padding:0px;
    margin:5px 0px 5px 0px;	
    background-color:#fff;
}
.BordWhiteBackgBContent h2 {
margin-top:10px;
}
.BordWhiteBackgBContent h2 strong {
color:#77b4eb;
font-weight:bold;
background-color:#FFFFFF!important;
}
.BordWhiteBackgBContent p {
color: #024c86!important;
}
.BordWhiteBackgBContent a {
float: right;
background-image:url(arrowWD.jpg);
background-repeat:no-repeat;
background-position:top right;
padding-right: 20px;
margin-top:20px;
font-weight:bold;
color: #024c86!important;
}
.BordWhiteBackgBContent a:hover {
color:#0487db!important;
}
.BordWhiteBackgBContent ul {
margin-left: 10px;
}
.BordWhiteBackgBContent li {
list-style:disc;
list-style-position: outside;
margin:0px!important;
padding: 0px!important;
color: #024c86!important;
}
