@charset "utf-8";
/* CSS Document */

body {
	margin:0 0 0 0px;
}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
}

.ContentText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2b3346;
}

.TurquoiseText {
	color:#01bfe4;
}

.RedText {
	color:#c31c1c;
}

.FooterText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2b3346;
}

a.StandardLink:link {
	color: #2b3346;
	text-decoration:underline;
}

a.StandardLink:visited {
	color: #2b3346;
	text-decoration:underline;
}

a.StandardLink:hover {
	color: #2b3346;
	text-decoration:none;
}

a.StandardLink:active {
	color: #2b3346;
	text-decoration:underline;
}.NavBTN {
	background-image: -webkit-linear-gradient(270deg,rgba(216,217,218,1.00) 0%,rgba(157,158,160,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(216,217,218,1.00) 0%,rgba(157,158,160,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(216,217,218,1.00) 0%,rgba(157,158,160,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(216,217,218,1.00) 0%,rgba(157,158,160,1.00) 100%);
	border-bottom: thin solid #7f3f9f;
	padding-left: 10px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #184889;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.pagebkg {
	background-image: url(_graphics/NavShado.png);
	background-repeat: repeat-y;
}
.HR {
	height: 2px;
	background-color: #7C34A1;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
