/*yahoo reset http://developer.yahoo.com/yui/reset/*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  font-weight:bold;
}

.legend li {
	color:#fff;
	font-size:14px;
	list-style:none;
	display:inline;
		}

.legend {		
padding: 0 0 0 20px;
}

.yellow {
		background-color:#FC0;
		padding: 0 5px 0 5px;
		margin-right:3px;
	}

.orange {
		background-color:#F90;
		padding: 0 5px 0 5px;
		margin-right:3px;
	}

.red {
	background-color:#F33;
	padding: 0 5px 0 5px;
	margin-right:3px;
	}

.darkred {
	background-color:#900;
	padding: 0 5px 0 5px;
	margin-right:3px;
	}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/*end reset*/
body {
  width: 600px;
  margin: 0 auto;
  font-family: "helvetica neue",arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 40px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 24px 0 0 15px;
  color: #0093d4 !important;
}

p {
  font-family: "helvetica neue",arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 10.5px;
  font-weight: normal;
  color: #000;	
  margin-top:20px;
}
	
p span {
	text-transform:uppercase;
	padding-left:20px;	
}

p a {
	color: #226eaa !important;
}
