@import url("base.css");

html, body {
	margin: 0;
	padding: 0;
	}
body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	}
body {
	text-align: center; /* ie center page hack */
	color: white;
	background-color: #2b292a;
	margin-top: 16px;
	background-image: none;
	}

table {
	border-collapse: collapse;
	border-spacing:0;
	border: none;
	}

a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

p {
	line-height: 1.5em;
	}

h1 {
	}
h2 {
	}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #1d30a7;
	/* text-shadow: #000 2px 2px 2px; */
	}
h4 {
	}
h5 {
	}
h6 {
	}

#wrapper {
	text-align: left; /* undo ie center hack */
	margin: 0 auto; /* center page */
	padding: 0;
	width: 640px;
	}

#innerwrapper {
	margin: 0;
	padding: 0;
	}

#content {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#content table {
	margin: 0 auto;
	}
#content ul {
	list-style-type: disc;
	text-align: left;
	}
#content td {
	text-align: center;
	}
#content ol {
	list-style-position: inside;
	}
#content a {
	color: blue;
	}
