.BordWhiteBackgP .NW,
.BordWhiteBackgP .NE,
.BordWhiteBackgP .SW,
.BordWhiteBackgP .SE
{
    background-repeat: no-repeat;
}

.BordWhiteBackgP .W,
.BordWhiteBackgP .E
{
    background-repeat: repeat-y;
}

.BordWhiteBackgP .N,
.BordWhiteBackgP .S
{   
    background-repeat: repeat-x;
}

.BordWhiteBackgP .N,
.BordWhiteBackgP .NW,
.BordWhiteBackgP .W
{   
    background-position: left top;    
}

.BordWhiteBackgP .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 */
}

.BordWhiteBackgP .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 */
}

.BordWhiteBackgP .NE,
.BordWhiteBackgP .E
{   
    background-position: right top;
}

.BordWhiteBackgP .SW,
.BordWhiteBackgP .S
{
    background-position: left bottom;
}

.BordWhiteBackgP .SE
{
    background-position: right bottom;
}
.BordWhiteBackgP .NW {
	background-image:url(NW_P.jpg);
}
.BordWhiteBackgP .N {
	background-image:url(N_P.jpg);
}
.BordWhiteBackgP .NE {
	background-image:url(NE_P.jpg);
}
.BordWhiteBackgP .W{
	background-image:url(W_P.jpg);
}
.BordWhiteBackgP .E{
	background-image:url(E_P.jpg);
}
.BordWhiteBackgP .SW{
	background-image:url(SW_P.jpg);
}
.BordWhiteBackgP .S{
	background-image:url(S_P.jpg);
}
.BordWhiteBackgP .SE{
	background-image:url(SE_P.jpg);
}

.BordWhiteBackgPContent {
	padding:5px 10px 0px 10px !important;
	background:transparent;
}
.BordWhiteBackgP 
{
    padding:0px;
    margin:5px 0px 5px 0px;	
    background-color:#fff;
}
.BordWhiteBackgPContent p {
color: #024c86!important;
}
.BordWhiteBackgPContent h2 {
margin-top:10px;
}
.BordWhiteBackgPContent h2 strong {
color:#d672c4;
font-weight:bold;
background-color:#FFFFFF!important;
}
.BordWhiteBackgPContent a {
float: right;
background-image:url(arrowIM.jpg);
background-repeat:no-repeat;
background-position:top right;
padding-right: 20px;
margin-top:20px;
font-weight:bold;
color: #024c86!important;
}
.BordWhiteBackgPContent a:hover {
color:#0487db!important;
}
.BordWhiteBackgPContent ul {
margin-left: 10px;
}
.BordWhiteBackgPContent li {
list-style:disc;
list-style-position: outside;
margin:0px!important;
padding: 0px!important;
color: #024c86!important;
}
