@charset "utf-8";

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, button
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;	
}


:focus { outline: 0; }

body
{
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background-color: #000;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
}



ol, ul { list-style: none; }

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

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after { content: ""; }
blockquote, q { quotes: "" ""; }

input,
textarea
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}



.text,
textarea
{
	border: 1px solid #666;
	padding: 4px 6px;
}

.button,
button
{
	text-indent: -9999px;
}




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

h1, h2, h3
{
	font-size: 24px;
/*	line-height: 16px; */
/*	line-height: 24px; */

}

.screen-reader
{
	position: absolute;
	top: -2000px;
	left: -2000px;
	overflow: hidden;
	width: 0;
	height: 0;
	display: block;
}
