/* CSS Document */

table.category{
	width:100%;
}

table.category td{
	padding: 3px 10px 3px 10px;
}

table.category td#image{
	width: 210px;
	text-align: center;
	vertical-align: middle;
}

table.category td#title{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	vertical-align: bottom;
	text-align:right;
}
	
table.category td#desc{
	vertical-align: top;
	text-align: justify;
	height:30px;
}

table.category td a{
	color: #0069A6;
	text-decoration:underline;
}

table.category td a:hover{
	color: #555555;
	text-decoration:none;
}
