body {
	text-align: center;
	background: #000000 url(../images/bg.png) top left repeat-x;
	font-family: Verdana, arial, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* Clear stuff */
div, ul, ol, li, table, td, th, tr, p, blockquote, form {
	margin: 0; 
	padding: 0; 
	border: none;
}

img {
	border: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: 600;
	padding: 0em;
	margin: 0em;
	color: #e14300;
}

h2 {
	font-size: 1.4em;
	font-weight: 900;
}

h3 {
	font-size: 1.2em;
	font-weight: 900;
}

h4 {
	font-size: 1em;
	text-decoration: underline;
}

h5 {
	font-size: 1em;
	text-decoration: underline;
	padding-left: 1em;
}

h6 {
	font-size: 1em;
	text-decoration: underline;
	padding-left: 2em;
}

p {
	font-size: 1em;
	margin-bottom: 1em;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
}

input {
	background-color: #ffffff;
	margin-bottom: 0.5em;
	color: #145913;
}

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

a:hover {
	
}

.hidden {
	visibility: none;
	display: none;
}