.GreyBorders .NW,
.GreyBorders .NE,
.GreyBorders .SW,
.GreyBorders .SE
{
    background-repeat: no-repeat;
}

.GreyBorders .W,
.GreyBorders .E
{
    background-repeat: repeat-y;
}

.GreyBorders .N,
.GreyBorders .S
{   
    background-repeat: repeat-x;
}

.GreyBorders .N,
.GreyBorders .NW,
.GreyBorders .W
{   
    background-position: left top;    
}

.GreyBorders .NE
{
    /* Begin fix to ensure header background is correctly displayed */
    min-height:14px;
    height: auto !important;
    height: 14px;
   /* End fix to ensure header background is correctly displayed */
}

.GreyBorders .SE
{
    /* Begin fix to ensure footer background is correctly displayed */
    min-height: 14px;
    height: auto !important;
    height: 14px;
    /* End fix to ensure footer background is correctly displayed */
}

.GreyBorders .NE,
.GreyBorders .E
{   
    background-position: right top;
}

.GreyBorders .SW,
.GreyBorders .S
{
    background-position: left bottom;
}

.GreyBorders .SE
{
    background-position: right bottom;
}
.GreyBorders .NW {
	background-image:url(NWgb.jpg);
}
.GreyBorders .N {
	background-image:url(Ngb.jpg);
}
.GreyBorders .NE {
	background-image:url(NEgb.jpg);
}
.GreyBorders .W{
	background-image:url(Wgb.jpg);
}
.GreyBorders .E{
	background-image:url(Egb.jpg);
}
.GreyBorders .SW{
	background-image:url(SWgb.jpg);
}
.GreyBorders .S{
	background-image:url(Sgb.jpg);
}
.GreyBorders .SE{
	background-image:url(SEgb.jpg);
}
.GreyBordersContent {
	padding:10px;
}
.GreyBorders {
	margin:0px 0px 0px 0px;
	background-color:#dedede;
	background-image:url(contbackg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

