a.text:link {
	color: #00678f;
	text-decoration: none;
	background: url(../images/link.gif);
}

a.text:visited {
	color: #00678f;
	text-decoration: none;
	background: url(../images/link.gif);
}

a.text:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/hover.gif);
}

.tablemain {
	border: 1px solid #1A1C72;
}
.tdnavi {
	background-image: url(../images/bg_navi.gif);
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	width: 600px;
	height: 260px;
	left: 40px;
	top: 0px;
	overflow: hidden;
}
.tablecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	width: 600px;
	height: 260px;
	left: 40px;
	top: 0px;
}
.bigcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	width: 600px;
	height: 550px;
	left: 40px;
	top: 0px;
	overflow: hidden;
}
.tablebigcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	width: 600px;
	height: 550px;
	left: 40px;
	top: 0px;
}
.headline {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px;
}
.category {
	font: bold 14px Arial, Helvetica, sans-serif;
	position: relative;
	height: 20px;
	width: 200px;
	left: 400px;
	top: -60px;
}
ul {
	list-style: url(../images/dot.gif);
	margin-right: 50px;
}
.tableline {
	border-top: 1px solid #84c326;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.tableheader {
	background: url(../images/tr_bg.gif) center;	
}

