table.roundbox{
	border-collapse:separate;
	border-spacing:0px;
}
table.roundbox td{
	width:50%;
	border-radius: 15px; 
	background-color:#ffffee; 
	border:1px solid #cccccc;
	text-align:center;
	margin:0;
	padding:0px;
}
table.roundbox td.vsp{
	width:0px;
	background-color:transparent;
	border:0px solid transparent;
}
table.roundbox td.vsp div{
	width:20px;
}
table.roundbox td.hsp{
	height:20px;
	width:100%;
	background-color:transparent;
	border:0px solid transparent;
}
table.roundbox img{
	vertical-align:middle;
	margin:0;
	padding:0;
}
table.roundbox h2{
	text-align:left;
	border-bottom:1px solid #cccccc;
	padding-bottom:8px;
	margin:10px;
}
table.roundbox h4{
	font-weight:normal;
	font-size:100%;
	margin:3px;
}
table.roundbox h5{
	font-weight:normal;
	margin:5px;
	font-size:90%;
	line-height:12px;
}
table.roundbox p{
	font-size:90%;
	margin:10px;
	margin-top:20px;
}
table.roundbox a{
	margin-right:8px;
	margin-left:3px;
}

a.title:link{
	color:#1975D1;
	text-decoration:none;
}
a.title:hover{
	color:#FF6600;
}



