/* CSS Document */

table.group {
	width:538px;
	margin-left:0px;
	margin-top:0px;
	
}

td.top {
	background-image:url(images/form_bg.gif);
	height:24px;
	padding: 3 0 0 8;
}
td.mid {
	background-image:url(images/form_lin.gif);
	height: 2px;
}
td.main {
	background-image:url(images/form_bg2.gif);
	background-repeat:repeat-x;
	padding: 15 0 0 8;
	background-color:#C0E0F0;
	
	
}
td.right {
	padding-right: 20px
;
}
td.bott {
	background-color:#cccccc;
	height:2px;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; color: #4E2400;
	font-size:13px;
 }
 
 .star {
 	color: #0099FF;
	font: bold 14px; 
 }

 .list {
	margin-top: 5px;
	margin-bottom: 3px;
 	width:230px;
 	font-family:Arial, Helvetica, sans-serif;
	font-color: #4E2400;
	font-size:11px;
 }
 .total {
	margin-top: 5px;
	margin-bottom: 3px;
 	width:230px;
 	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-color: #4E2400;
	font-size:11px;
 }
 .number {
 	margin-top: 5px;
	margin-bottom: 3px;
 	width:65px;
 	font-family:Arial, Helvetica, sans-serif;
	font-weight: color: #4E2400;
	font-size:11px;
 }
.margin_right {
 	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #4E2400
 }

