/* CSS Document */
.box1 {
	height: 1%;
	clear: both;
	margin-bottom: 4px;
	display:block;
	margin-top:0px;
	text-align:center;
}

.box1 h2 {
	margin-bottom: 0px;
	font: bold 11px Arial;
	text-transform: uppercase;
	border-top-style: solid;
	border-top-color: #0087B9;
	background-color: #0087B9;
	border-top-width: 1px;
	display:block;
	color: #fff;
	padding: 2px;
	text-align:center;


}

.box1 h2 a,
.box1 h2 span,
.box1 h2 a:visited {
	display: block;
	color: #FFF;
	width: auto;
	text-align:center;

	}

.box1 h2 a:hover{
	text-decoration: underline;
	}

.box2 {
	height: 1%;
	clear: both;
	margin-bottom: 4px;
	display:block;
	margin-top:0px;
}

.box2 h2 {
	margin-bottom: 0px;
	font: bold 11px Arial;
	text-transform: uppercase;
	border-top-style: solid;
	border-top-color: #0087B9;
	background-color: #0087B9;
	border-top-width: 1px;
	display:block;
	color: #fff;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;

}

.box2 h2 a,
.box2 h2 span,
.box2 h2 a:visited {
	display: block;
	color: #FFF;
	width: auto;
	}

.box2 h2 a:hover{
	text-decoration: underline;
	}
