/* curve height, background image */
.round-corner .t, .round-corner .b, .round-corner .b b, .round-corner .t b{
	height:10px;
	background-image: url(images/round1.png);
}

/* inner color, border color, border width */
.round-corner .c{
	background:#FFFFFF;
	border-color:#ff9933;
	border-left-width:1px;
	border-right-width:1px;
}
/* surrounding margins (optional) */
.round{
margin-bottom:5px;
}
.round .c{
/* inner content padding */
padding:0 5px 0 5px;
border-top:0;
border-bottom:0;
border-style:solid;
}
.round .t, .round .b, .round .t b, .round .b b{
display:block;
overflow:hidden;
}
.round .t b, .round .b b{
float:right;
width:50%;
}
.round .t .r{
background-position:top right;
}
.round .b .r{
background-position:bottom right;
}
.round .b{
background-position:bottom left;
}
.round .br{
clear:both;
display:block;
overflow:hidden;
height:0px;
}
.titlec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-align: center;
	padding-top: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent: 5px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.titleblu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent: 5px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #006699;
}
.titled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #33CC33;
	text-align: center;
	padding-top: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent: 5px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c3;
}
.titred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent: 5px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FF0000;
}
