@charset "utf-8";

/*RED*/
.redLeft{
	width: 13px;
	height: 40px;
	float: left;
	display: inline;
	border: none;
	margin: 0;
	padding: 0;	
}

.redMid{
	width: auto;
	height: 40px;
	float: left;
	display: inline;
	background: url(../imagesRounded/rMid.jpg);
	background-repeat: repeat-x;	
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #093;
	border: none;
	margin: 0;
	padding: 8px 5px 0 5px;
}

#contentTitle{font-size: 16px;}

.redRight{
	width: 7px;
	height: 40px;
	float: left;
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}

.r1 {background: url(../imagesRounded/rTL.jpg); width: 13px; height: 12px;}
.r2 {background: url(../imagesRounded/rL.jpg); width: 13px; height: 16px;}
.r3 {background: url(../imagesRounded/rBL.jpg); width: 13px; height: 12px; float: left; display: inline;}

.r7 {background: url(../imagesRounded/rTR.jpg); width: 7px; height: 12px;}
.r8 {background: url(../imagesRounded/rR.jpg); width: 7px; height: 16px;}
.r9 {background: url(../imagesRounded/rBR.jpg); width: 7px; height: 12px;}

.t {background: url(../imagesRounded/bTop.jpg) 0 0 repeat-x; background-color: #DADADA; font-family: Arial, Verdana; font-size:12px;}
.b {background: url(../imagesRounded/bBot.jpg) 0 100% repeat-x}
.l {background: url(../imagesRounded/bLeft.jpg) 0 0 repeat-y}
.r {background: url(../imagesRounded/bRight.jpg) 100% 0 repeat-y}
.bl {background: url(../imagesRounded/bL.jpg) 0 100% no-repeat}
.br {background: url(../imagesRounded/bR.jpg) 100% 100% no-repeat}
.tl {background: url(../imagesRounded/tL.jpg) 0 0 no-repeat}
.tr {background: url(../imagesRounded/tR.jpg) 100% 0 no-repeat; padding:5px 15px 15px 15px}

.titleLeft{
	width: 15px;
	height: 40px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(../imagesRounded/titleLeft.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

.titleMid{
	width: 970px;
	height: 40px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(../imagesRounded/titleMid.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;	
}

.titleRight{
	width: 15px;
	height: 40px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(../imagesRounded/titleRight.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;	
}