@charset "utf-8";
/* CSS Document */
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {
	position:fixed;
	top:-0px;
	left:/0px;
	width:100%;
	height:100%;
}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}
/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}
.style1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
}
.style2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:;
	color: #cccccc;
}
.style3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #cccccc;
}
.class1 a:link {
font-size : 12px;
font-family:Arial, Helvetica, sans-serif;
color : #cccccc;
text-decoration : none;
}
.class1 a:visited {
font-size : 12px;
font-family:Arial, Helvetica, sans-serif;
color : #cccccc;
text-decoration : none;
}
.class1 a:hover {
font-size : 12px;
font-family:Arial, Helvetica, sans-serif;
color : #cccccc;
text-decoration : underline;
}
.class1 a:active {
font-size : 12px;
font-family:Arial, Helvetica, sans-serif;
color : #cccccc;
text-decoration : none;
}

