@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:link {
 color: #000;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #000;
}
a:hover {
 text-decoration: none;
 color: #34A7EA;
}
a:active {
 text-decoration: none;
 color: #000;
}
.backdrop {
	background-attachment: scroll;
	background-image: url(backdrop.jpg);
	background-repeat: no-repeat;
}
.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7080D;
}
.basetextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.baselinksred a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7080D;
	text-decoration: none;	
}
.baselinksred a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}
.baselinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}
.baselinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7080D;
	text-decoration: none;	
}

