/* CSS Document */

.no_top_left {
	background-image:url(no_top_left.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:13px;
	height:37px;
}

.no_top_bg {
	background-image:url(no_top_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:37px;
	text-align: left;
	
}

.tital {
	font-family:Verdana;
	font-size:12px;
	color:white;
	font-weight:bold;
	vertical-align:top;
	text-align: left;
	white-space:nowrap;
}

.no_top_right {
	background-image:url(no_top_right.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:13px;
	height:37px;
}

.no_left_corn {
	background-image:url(no_left_corn.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width:13px;
	height:100%;
}		
	
.no_right_corn {
	background-image:url(no_right_corn.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:13px;
	height:100%;
}	

.no_bot_left {
	background-image:url(no_bot_left.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:13px;
	height:13px;
}

.no_bot_bg {
	background-image:url(no_bot_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:13px;
}

.no_bot_right {
	background-image:url(no_bot_right.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:13px;
	height:13px;
}



