.GreenBorders .NW,
.GreenBorders .NE,
.GreenBorders .SW,
.GreenBorders .SE
{ 
    background-repeat: no-repeat;
}

.GreenBorders .W,
.GreenBorders .E
{
    background-repeat: repeat-y;
}

.GreenBorders .N,
.GreenBorders .S
{   
    background-repeat: repeat-x;
}

.GreenBorders .N,
.GreenBorders .NW,
.GreenBorders .W
{   
    background-position: left top;    
}

.GreenBorders .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 */
}

.GreenBorders .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 */
}

.GreenBorders .NE,
.GreenBorders .E
{   
    background-position: right top;
}

.GreenBorders .SW,
.GreenBorders .S
{
    background-position: left bottom;
}

.GreenBorders .SE
{
    background-position: right bottom;
}
.GreenBorders .NW {
	background-image:url(NWgb.jpg);
}
.GreenBorders .N {
	background-image:url(Ngb.jpg);
}
.GreenBorders .NE {
	background-image:url(NEgb.jpg);
}
.GreenBorders .W{
	background-image:url(Wgb.jpg);
}
.GreenBorders .E{
	background-image:url(Egb.jpg);
}
.GreenBorders .SW{
	background-image:url(SWgb.jpg);
}
.GreenBorders .S{
	background-image:url(Sgb.jpg);
}
.GreenBorders .SE{
	background-image:url(SEgb.jpg);
}
.GreenBordersContent {
	padding:3px 6px;
}
.GreenBorders {margin:0px 0px 7px 0px;

