@charset "utf-8";
A:link {text-decoration: none; color:#00467F;}
A:visited {text-decoration: none; color:#00467F;}
A:active {text-decoration: none; color:#00467F;}
A:hover {text-decoration: underline; color:#FF8C00;}

.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-transform: uppercase;
	color: #FF8C00;
	font-weight: 900;
	text-align: left;
	margin: 10px;
	
}
.Hlines {
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FF8C00;
	border-right-color: #FF8C00;
	border-bottom-color: #FF8C00;
	border-left-color: #FF8C00;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.Main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}
.Border {
	border: thin solid #FF8C00;
}
.HeaderLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #FF8C00;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00467f;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	margin-left: 10px;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF8C00;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.LinksLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	color: #00467f;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	
}
.MainBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00467f;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
}
.TitlesSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-transform: uppercase;
	color: #FF8C00;
	font-weight: 500;
	text-align: center;
	margin: 10px;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #FF8C00;
	border-right-color: #FF8C00;
	border-bottom-color: #FF8C00;
	border-left-color: #FF8C00;
	border-right-style: none;
	border-left-style: none;*/
}
.MainCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	margin: 0px;
}
