@charset "utf-8";

html { margin-top: 28px !important; }
textarea, input[type="text"], input[type="password"] {padding: 5px 8px; line-height: 1em; background-color: #fff; border: 1px solid; border-color: #ccc #bbb #aaa; -moz-box-shadow: 0 1px #e7e7e7; -webkit-box-shadow: 0 1px #e7e7e7;}

body {
	background-image:url('/images/bg.gif');
	padding:0;
	margin:0;
	font-family:arial;
	color:#707071;
	font-size:12px;
}

a {
	color:#0a4660;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

td img {
	display:block;
}

h1 {
	color: #86430c;
	font-family:trebuchet ms;
	font-size:20px;
	font-weight:bold;
}

.wrapper {
	margin:0 auto;
	position:relative;
	width:960px;
}
