body{
	margin:0px;
	padding:0px;
	}
	
img{border-style:none;}

.top-lt {
	background:url(../images/blue/top-lt.png) top right no-repeat;
	width:10px;
	height:10px;
	}

.top-ct {
	background:url('../images/blue/top-ct.png') repeat-x 50% top;
	height:10px;
    font-weight: 700;
}

.top-rt {
	background:url(../images/blue/top-rt.png) top left no-repeat;
	width:10px;
	height:10px;
	}
	
.rt-md {
	background:url(../images/blue/rt-md.png) top left repeat-y;
	width:10px;
	}
	
.bt-rt {
	background:url(../images/blue/bt-rt.png) top left no-repeat;
	width:10px;
	height:10px;
	}
	
.bt-ct {
	background:url(../images/blue/bt-ct.png) top left repeat-x;
	height:10px;
	}
	
.bt-lt {
	background:url(../images/blue/bt-lt.png) top right no-repeat;
	width:10px;
	height:10px;
	}
	
.lt-md {
	background:url(../images/blue/lt-md.png) top right repeat-y;
	width:10px;
	}	
	
.grey-text {
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	text-align:left;
	}
	
	
	
	
	