table.tab_4{
	background-color:#ffffff;
	width:100%;
	margin-bottom:6px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
    }
table.tab_4 td{
	height:26px;
	color:#555;
	font-size: 12px;
	line-height: 16px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEEEEE;
	border-right-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	border-left-color: #EEEEEE;
    }

th{
	background-color:#ffffff;
	height:28px;
	font:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	padding-top:2px;
	}

th.label{
    background-image:url(../images/label_bg.gif);
	height:26px;
	font-size: 12px;
	height:28px;
	font-weight: normal;
	color: #ffffff;
	text-align:center;
		}
	
th.title{
	background-color:#EFEFEF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	height:28px;
	padding-top:3px;
	font-weight:normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	}
	
td {
	font-size: 12px;
	line-height: 16px;
    }
	
tr.odd {
	background-color:#fff;
	height:28px;
    }
tr.even {
	background-color:#f6f6f6;
	height:28px;
    }

a:link {
	color: #555;
	text-decoration: none;
}
