/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #455F80;
	background-image: url(layout/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC3300;
}
.blueoutline {
	border: 1px solid #000066;
}

.body-box {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-image: url(layout/box-bg.jpg);
	background-repeat: repeat-x;
}
.footer-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.body-text-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}


.body-box-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #000033;
}


a:visited {
	color: #000033;
}
.Subhead {
	font-family: "Arial Black", "Swis721 Blk BT", "Swis721 Hv BT";
	font-size: 16px;
	line-height: 14px;
	text-transform: capitalize;
	color: #000066;
	text-decoration: none;
}

.Page-title {
	font-family: "Arial Black", "Swis721 Blk BT", "Swis721 Hv BT";
	font-size: 16px;
	font-style: normal;
	color: #FF6600;
	text-decoration: none;
	line-height: 16px;
	text-transform: uppercase;
}

a:hover {
	color: #FF3300;
}
a:active {
	color: #0000FF;
}
