/*----------------------------- Normalizes Styles ---------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul, ol {list-style: none;}

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

a:active{outline:none;}



/*------------------------------ Global Styles -------------------------------*/

html {
	background-color: #fefefe;
}

body {
	margin: 40px;
	font: 0.8em/1.5 Verdana, Arial, Helvetica;
	color: #565656;
	position: relative;
}

h1 {
	padding: 0 0 10px 0;
	font-size: 1.8em;
	line-height: 2.0em;
	font-weight: bold;
	color: #a40000;
}

h2 {
	padding: 25px 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}

p {
	padding: 8px 0 8px 0;	
}

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

a:hover, a:active {
	color: #a40000;
	text-decoration: underline;
}

span.clear {
	display: block;
	clear: both;
}

h1 a {
	margin-left: -24px;
	width: 580px;
	height: 116px;
	display: block;
	text-indent: -9999px;
	background: url(../img/logo.jpg) no-repeat 0 0;
	margin-bottom: 20px;
}











