/* CSS Document */
.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 0.5px; 
		padding-bottom: 0.5px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 1px 4px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 1px 4px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #0073A9; 
		border-color: #036; 
		text-decoration: none;
	}
.textp{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;

}
.aa{
	font-family: Arial;
	font-size: 11px;
	color: #00445B;
	text-decoration: none;
	
}
.aa:hover{
	font-family: Arial;
	font-size: 11px;
	color: #00445B;
	text-decoration: underline;
}
.headtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0682b5;
	text-decoration: none;
}
.fromtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	margin-top: 4px;
}
.htext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fromtext2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;

}
.top_box {
	background-image: url(top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 17px;
	width: 350px;
}
.center_box {
	background-image: url(center.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 350px;
}
.bottom_box {
	background-image: url(bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 350px;
}
