* {
	border: medium none ;
	margin: 0px;
	padding: 0px;
}

html > body {
	font-size: 16px;
}

html, body {
	font-size: 16px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	background-color: #333333;
}

h1 {
	padding: 30px 0pt 0pt;
	font-size: 87.5%;
	color: #FFFFFF;
	font-weight: bold;
}

h2 {
	padding: 0pt 0pt 24px;
	font-size: 81.25%;
	font-weight: normal;
	color: #FFFFFF;
}

h3 {
	padding: 12px 0pt 0pt;
	font-size: 81.25%;
	color: #FFFFFF;
	font-weight: bold;
}

h6 {
	padding: 0pt 0pt 10px;
	font-size: 62.5%;
	color: #FFFFFF;
	font-weight: bold;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
}

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

:focus, :active {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

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

p {
	padding: 0pt 10px 5px 0pt;
	line-height: 17px;
	font-size: 75%;
}

hr {
	clear: both;
	width: 100%;
	display: block;
}

