@charset "utf-8";
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7A838C;
	text-transform: uppercase;
}
body {
	background-color: #E0E0E0;
}
#footer {
	border-bottom: 6px #000000 solid;
	padding-top: 15px;
	text-align: center;
}
a {
	color:#990000;
	text-decoration: underline;
	font-weight: bold;
	}
a:link {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
.content {
	padding: 10px 20px 20px 20px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.textslogan {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 10px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
