/* CSS Document */



body{
	background-image: url(images/bkg.jpg);
}
a:link, a:visited, a:active{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #00678E;
}
.footer_Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666
	}
.copyight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 17px; 
	color: #666666; 
	}
.leftBorder{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.BorderRight{
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00678F;
}
.SubHead {
	color: #00678F;
	font-weight: bold;
	font-size: 12px;
}