.blogbox{
	background:url(../images/port.png) no-repeat;
	padding:30px 20px;
	margin:10px 0;
}
.blogbox img{margin-right:20px;}
.blogbox p{padding:20px 0 5px 0;}
table{
	border:none;
	border-collapse:collapse;
	margin:10px 0 10px 0;
}
td,th{
	border-bottom:1px solid #cacaca; 
	border-right:1px solid #cacaca; 
	color:#4c4c4c;
	padding:10px 15px;
}
th{
	background:url(../images/table-head-mid.gif) repeat-x 0 0;
	text-align:left;
	padding-left:20px;
}
th.lefthead{
	background:url(../images/table-head-left.png) no-repeat 0 0;
	text-align:left;
	padding-left:20px;
}
th.righthead{
	background:url(../images/table-head-right.png) no-repeat right top;
	text-align:left;
}
table a{text-decoration:none;}
tbody tr:hover{background:#f1f1f1;}
tr.even{background:#f1f1f1;}