#main {
	font-size: 14px;
}

p {
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
	border: 1px solid #73A405;
}

#tab_wrapper {
	width: 500px;
	margin: 0 auto;
}

.box {
	background: #fff;
}

.boxholder {
	clear: both;
	padding: 5px;
	background: #8DC70A;
}

.tab {
	float: left;
	height: 24px;
	width: 40px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #8DC70A url(../images/greentab_2.jpg) no-repeat;
}

.tabtxt {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 0 0;
}

.tabtxt a {
	color: yellow;
	text-decoration: none;
	font-size: 10px;
}

.tabtxt a:hover {
	color: green;
}

td{
	padding-left:12px;	
}

#detail{
	text-align:right;
	padding-right:12px;
}

#detail a{
	margin-top:3px;
	color: blue;
	text-decoration: none;
	font-size: 12px;
	
}

#detail a:hover{
	color: green;
	
}