﻿body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
p {
	font-size: 10pt;
}
img {
	border-width: 0;
}
hr {
	color: orange;
	width: 100%;
	height: 1px;
}
a:active {
	color: #2991D6;
	text-decoration: none;
}
a:visited {
	color: #2991D6;
	text-decoration: none;
}
a {
	color: #2991D6;
	text-decoration: none;
}
a:hover {
	color: #FF8500;
}
.head {
	font-size: x-large;
	font-weight: bold;
	color: #FF9900;
	width: 725px;
}
.head2 {
	font-size: xx-large;
	font-weight: bold;
}
.title {
	font-weight: bold;
	font-size: 12px;
}
.text {
	margin-left: 20px;
	font-size: 10px;
}
#container {
	margin-left: 50px;
	width: 700px;
}
#footer {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF8500;
	text-transform: uppercase;
	margin-top: 14px;

}
#footer2 {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF8500;
	text-transform: lowercase;
		margin-top: 14px;

}
#legal {
	width: 100%;
	text-align: center;
	margin-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
}
#close {
	border-style: solid;
	border-width: thin;
	border-color: inherit;
	padding: 6px;
	width: 140px;
	margin: 24px;
	font-size: 12px;
}
