@charset "UTF-8";

/*  xHTML selectors
------------------------------------------*/

html, body {
	margin:0;
	padding:0;
}

body {
	background:#0071bc url(../img/body_bg.gif) repeat-x 0 0;
	color:#fff;
	font: 12px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1 {
	float:left;
	font-size:0;
	line-height:0;
	margin:30px 0 0;
	text-indent:-99999em;
}

p {
	color:#fff;
	font:normal 14px Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:21px;
	margin: 20px 0 0;
	clear: both;
}

form p {
	line-height: 36px;
}

ul, ol {	
	float: left;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:21px;
	list-style-type:none;
	margin: 0;
	padding:0;
	clear: both;
}

li {
	float: left;
	margin: 0 10px 0 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
}

a abbr {
	border: none;
}

hr {
	display:none;
	height:0;
}

table, td, tr {
	font-size: 14px;
	line-height: 21px;
	vertical-align: top;
}

table {
	float: left;
	clear: both;
}

td {
	padding: 5px 10px 0 0;
}

/*  Links
------------------------------------------*/

a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#c70000;
	text-decoration:underline;
}

a img {
	border: none;
}