@charset "UTF-8";
@import "reset.css";

body {
	background-color: #464646;
}
body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}
.oops p a {
	color: #003366;
}
.oops p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
}
.oops {
	border: 3px solid #666666;
	width: 300px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../graphics/fav.gif);
	background-repeat: repeat-y;
	background-position: left center;
	padding-right: 3px;
}
.oops p {
	font-size: 12px;
	margin-left: 70px;
	margin-bottom: 2px;
	line-height: 15px;
}
.oops h1 {
	font-size: 18px;
	margin-left: 70px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 20px;
}
.icon {
	display: block;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	float: left;
}