@charset "utf-8";
/* CSS Document */

.tab a {
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
.tab a:link {
	color: #FFF;
}
.tab a:visited {
	color: #FFF;
}
.tab a:hover {
	color: #DFE44F;
}
.tab a:active {
	color: #FFF;
}

.box p{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
	font-weight: bold;
	border: 1px solid #73A405;
}

dl {
	margin: 10px 0;
}

dt {
	width: 9em;
	margin-left: 2em;
}

dd {
	margin-left: 10em;
	margin-top: -1.3em;
}

#wrapper{
	width: 640px;
	margin: 0 auto;
}

.box{
	background: #fff;
}

.boxholder{
	clear: both;
	padding: 5px;
	background: #8DC70A;
}

.tab{
	float: left;
	height: 32px;
	width: 72px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #8DC70A url(../img/greentab.jpg) no-repeat;
}

.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}