@charset "utf-8";
/*<![CDATA[/*>*/

/* Parts of Eric Meyer's CSS reset */
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,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

:focus, a { outline:0; }
ol, ul { list-style:none; }
strong { font-weight:bold; }
em { font-style: italic; }

html{ font-size:medium; height:100%; }

body{
	font-size:70%;
	line-height:130%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	color:white;
	height:100%;
	background-color: #252525;
	padding-top: 20px;
}
fieldset, img{ border:none; }
input, textarea, select, button{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%; }
.clear{ clear:both; font-size:0em; line-height:0px; height:0px; }
a{ color:#ff6300; text-decoration:none; }
a:hover{ color:#ff9500; }

h1, h2, h3, h4{ font-weight:bold; }

h1{ margin-bottom:0.5em; font-size:135%; line-height:120%; text-transform:uppercase; }
h2{ font-size:110%; text-transform:uppercase; }
h3, h4{ font-size:100%; }
