﻿a {
	color: #008000;
}
a:visited {
	color: #C41E3A;
}
a:active {
	color: #C41E3A;
}
a:hover {
	color: #C41E3A;
}
.container {
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	width: 1000px;
}
.logo {
	width: 1000px;
	height: 110px;
	top: 0px;
}
.navbar {
	text-align: center;
	width: 1000px;
	height: 30px;
}
.redline {
	color: #C41E3A;
	width: 990px;
	text-align: center;
	clear: left;
}
.body1 {
	width: 1000px;
}
.footer {
	width: 1000px;
}
h1 {
	font-family: Georgia;
	font-size: xx-large;
	font-weight: bold;
	color: #002868;
}
h2 {
	font-family: Georgia;
	font-size: x-large;
	font-weight: bold;
	color: #002868;
}
h3 {
	font-family: Georgia;
	font-size: large;
	font-weight: bold;
	color: #C41E3A;
}
h4 {
	font-family: Georgia;
	font-size: medium;
	font-weight: bold;
	color: #002868;
}
.title {
	padding: 0px;
	font-family: Georgia;
	font-size: 55px;
	font-weight: bolder;
	color: #002868;
	text-align: center;
	margin-top: 0px;
}
.list1 {
	font-family: Georgia;
	font-size: medium;
	font-weight: normal;
	color: #002868;
	list-style-type: circle;
}
.medtext {
	color: #002868;
	font-family: Georgia;
	font-size: medium;
}
.smalltext {
	color: #002868;
	font-family: Georgia;
	font-size: small;
}

