/* CSS Document */

.ytop_left {
	background-image:url(top_left.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:10px;
	height:40px;
}

.ytop_bg {
	background-image:url(top_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align: left;
	height:40px;
	
}

.ytital {
	font-family:Verdana;
	font-size:12px;
	color:white;
	font-weight:bold;
	vertical-align:top;
	text-align: left;
	white-space:nowrap;
}

.ytop_right {
	background-image:url(top_right.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:10px;
	height:40px;
}

.yleft_corn {
	background-image:url(left_corn.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width:10px;
	height:100%;
}		
	
.yright_corn {
	background-image:url(right_corn.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:10px;
	height:100%;
}	

.ybot_left {
	background-image:url(bot_left.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:10px;
	height:14px;
}

.ybot_bg {
	background-image:url(bot_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:14px;
}

.ybot_right {
	background-image:url(bot_right.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:10px;
	height:14px;
}





