/* -- Main Body -- */

body {
	margin: 0;
	padding: 0;
	font-size: 9px;
	background: url("images/background.png");
	background-position: center;
	background-repeat: repeat-y
	background-attachment: fixed;
}

/* -- Header -- */

h1 {
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.09em;
	color: #9b9b9b;
	text-align: left;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.09em;
	color: #e70d0e;
}

/* -- Begin Typography & Colors -- */

body 
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9b9b9b;
	text-align: left;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9b9b9b;
}
a:link {
	text-decoration: none;
	color: #9b9b9b;
}
a:visited {
	text-decoration: none;
	color: #9b9b9b;
}
a:hover {
	text-decoration: underline;
	color: #417693;
}
a:active {
	text-decoration: none;
	color: #417693;
}
-->