/* CSS Document */
p{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
}
#wrapper{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.box{
background: #fff;
}
.boxholder{
	clear: both;
	padding: 5px;
	background-color: #173283;
}
.tab{
	float: left;
	height: 32px;
	width: 102px;
	margin: 0 1px 0 0;
	text-align: center;
	background-color: #173283;
	background-image: url(../images/greentab.jpg);
	background-repeat: no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}
