/* MAIN HTML STYLES */
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #6f6f6f;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}
a, a:visited, a:link { color:#666666; text-decoration: none; }
a:hover { text-decoration: underline }

ul { list-style: none; margin: 0px; padding: 0px;}
ul li { list-style: none; margin: 0px; padding: 0px;}
h1 {
	font-size: 16px;
	color: #660000;
	margin: 10px 0px 5px 0px;
	text-transform: none;
	font-variant: small-caps;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #000000;
	margin: 10px 0px 5px 0px;
	text-transform: uppercase;
}
h3 { font-size: 14px; color: #333333; margin: 10px 0px 5px 0px; }
h4 {
	font-size: 9px;
	color: #660000;
	margin: 10px 0px 5px 0px;
	line-height: 20px;
	vertical-align: text-top;
	font-variant: small-caps;
}
h5 { font-size: 14px; color: #707070; margin: 10px 0px 5px 0px; font-weight: bold;}
h1 span, 
h2 span, 
h3 span, 
h4 span { font-size: 10px; color: #808080; float: right; font-weight: normal;}
h1 span a, h2 span a, h3 span a, h4 span a { color: #808080; }
label { display: block; margin-top: 8px; font-weight: bold;}
hr { color:#dddddd; background: #dddddd; height:1px; }

