@charset "utf-8";
html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 200%;
	font-weight: bold;
}
img {
	border-style: none;
}
table {
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	text-align: justify;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
}
#header {
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
	vertical-align: middle;
	margin: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#content a {color: #FF0000; text-decoration: none;}
#content a:link {color: #FF0000; text-decoration: none;}
#content a:visited {color: #FF6666; text-decoration: none;}
#content a:hover {color: #FFFFFF; background-color: #FF0000; text-decoration: none;}
#content a:active {color: #FFFFFF; background-color:#FF0000; text-decoration: none;}
#footer {
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	font-size: x-small;
	color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: center;
	vertical-align: baseline;
	line-height: 1;
	overflow: hidden;
	height: auto;
	padding-bottom: 5px;
}
#logo {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: baseline;
}
#nav {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 30px;
}
