@charset "utf-8";
/* CSS Document */

.hd a:link {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	}
.hd a:visited {
	color: #FF9900;
	font-weight: bold;
	}
.hd a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
	}
.hd a:active {
	color: #FF9900;
	font-weight: bold;
	}


.hd_body {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	color: #333333;
}
.hd_para {
	font: 12px/18px Arial, Helvetica, sans-serif;
    margin-top:11px;
}

.legal {
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

