body {
	background-color: #000000;
	background-image: url(graphics/bigbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FA0203;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.bottomlinks:link {
	text-decoration: none;
}
a.bottomlinks:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.bottomlinks:hover {
	text-decoration: none;
	color: #FFFF00;
}
a.bottomlinks:active {
	text-decoration: none;
	color: #FFFFFF;
}


.resources {
	text-decoration: none;
	color: #FFFFFF;
	width:258px; 
	height:23px;
	background-image:url(graphics/linkbuttondark.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	cursor:pointer;
	padding-left:5px;
	margin-bottom:5px;
}
.resources2 {
	text-decoration: none;
	color: #FFFF00;
	width:258px; 
	height:23px;
	background-image:url(graphics/linkbuttonlight.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	cursor:pointer;
	padding-left:5px;
	margin-bottom:5px;
}

.edit {
	text-decoration: none;
	color: #FFFFFF;
	width:258px; 
	height:23px;
	background-image:url(graphics/editbutton2.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	cursor:pointer;
	padding-left:5px;
	margin-bottom:5px;
}
.edit2 {
	text-decoration: none;
	color: #FFFF00;
	width:258px; 
	height:23px;
	background-image:url(graphics/editbutton.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	cursor:pointer;
	padding-left:5px;
	margin-bottom:5px;
}