/* CSS Document */
html {
	height: 100%;
	overflow: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #820112;
	background-color: #820112;
	margin: 0px;
	padding: 0px;
	height: 100%;
	line-height: 16px;
}
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #666666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
a.header:link, a.header:visited, a.header:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
a.header:hover {
	color: #820112;
	text-decoration: underline;
}
strong {
	font-weight: bold;
	font-size: 11px;
}
.div {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 100%;
	width: 100%;
	display: block;
	text-align: center;
	vertical-align: middle;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}
a.copyright:link, a.copyright:visited, a.copyright:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-decoration: underline;
	color: #820112;
}
a.copyright:hover {
	color: #666666;
}
h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 40px;
}
h2 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A22630;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-right: 235px;
}
h3 {
	font-size: 14px;
}
li {
	margin-top: 5px;
}
h4 {
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
	margin: 0px;
	font-weight: lighter;
	padding-bottom: 5px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A22630;
	padding-bottom: 4px;
	text-align: right;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-transform:uppercase;
}
