@charset "US-ASCII";
.home a {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 6px;
	padding-top: 6px;
	background-position: top;
	text-decoration: underline;
	letter-spacing: -.02em;
}
.home a:link 
{
	text-decoration: underline;
}
.home a:visited
{
	text-decoration: underline;
}
.home a:hover 
{
	text-decoration: underline; 			
}
.navBar a {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: top;
	text-decoration: underline;
	margin-left: 3px;
	padding-left: 3px;
	color: #000000;
}
.navBar a:link 
{
	text-decoration: none;
}
.navBar a:visited
{
	text-decoration: none;
}
.navBar a:hover 
{
	text-decoration: underline; 			
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.head {
	font-weight: bold;
	color: #B50414;
}
.home p {
	margin-right: 12px;
	margin-left: 12px;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 6px;
	padding-top: 6px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #B50414;
	font-size: large;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B50414;
	margin-left: 3px;
	padding-left: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: x-large;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
hr {
	background-position: center;
	height: 5px;
	width: 700px;
	background-color: #B50414;
}
