@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color:#000000;
}
#content {
	height:auto;
	background-image:url(index-images/bgd.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
table {
	vertical-align: top;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: center;
	font-size: 12px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#0000FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.floatright {
float:right;
margin-left:10px;
}

