html {height:100%;}
* {
	font-family		: Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	color				: #000000;
} 	
body {height:100%; margin:0; padding:0;}
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
.content {
	position:relative; 
	z-index:1;
	padding-top:0px;
}
td,tr {
	vertical-align: top;
	overflow:hidden;
}
a {
	text-decoration: none;
}
h1, h1 a {
	font-family		: Century Gothic, Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	color: maroon;
	font-size: 12pt;
	font-weight: bold;
}
h1 a:hover {
	color:white;
}
.title {
	font-family		: Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	height:85px;
	margin-top:7px;
	text-align: center;
}
.title h1 {
	font-size: 14pt;
}
.button {
	width:141px;
	height:85px;
	text-align: center;
	overflow: hidden;
}
.button h1 {
	margin-top:7px;
	
}
h2 {
	color: maroon;
	margin-top:0px;
	font-size: 11pt;
}
img {
	border: 0;
}
.main {
	margin-left:30px;
	margin-right:30px;
	margin-bottom: 20px;
}
.small, .small a {
	font-size: 8pt;
	color: maroon;
	font-weight: bold;
	
}


