/* CSS Document */

.t {background: url(../images/top_span.jpg) 0 0 repeat-x; background-color: #FFFFFF;}
.b {background: url(../images/bot_span.jpg) 0 100% repeat-x; min-width: 0; /* peekaboo bug fix for IE7 */}
.l {background: url(../images/left_span.jpg) 0 0 repeat-y;}
.r {background: url(../images/right_span.jpg) 100% 0 repeat-y;}
.bl {background: url(../images/bot_left.jpg) 0 100% no-repeat; min-width: 0; /* peekaboo bug fix for IE7 */}
.br {background: url(../images/bot_right.jpg) 100% 100% no-repeat; padding-bottom:20px; min-width: 0; /* peekaboo bug fix for IE7 */}
.tl {background: url(../images/top_left.jpg) 0 0 no-repeat;}
.tr {
	background: url(../images/top_right.jpg) 100% 0 no-repeat;
	padding:0px 16px 0px 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	
}

