	html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, a img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		background: transparent;
	}
	ol, ul {
		list-style: none;
	}
	li{list-style:none;}
	:focus {
		outline: 0;
	}
	caption,th{text-align:left;}
	div {
		display:block;
	}
body,td,th {
	font:12px Arial, Helvetica, sans-serif;
	color: #f4f4f4;
}
body {
	background:#1a1a1a url(../images/bkg.png) left top repeat;
	margin: 0px;
}
a:link, a:visited {
	text-decoration:underline;
	color:#bfc0c2;
}
a:hover, a:active {
	text-decoration:none;
	color:#bfc0c2;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom:15px;
	text-align:left;
}
p {
	line-height:150%;
}
h1 {font-size:36px;}
h2 {font-size:25px;}
h3 {font-size:18px; text-transform:uppercase;}
h4 {font-size:14px; text-transform:uppercase;}
h5 {font-size:12px; text-transform:uppercase;}
h6 {font-size:11px; text-transform:uppercase;}

/*table*/

th, td {
	margin:0;
	padding:0;
}

/* FORM */

input, textarea, select {
	border-radius: 5px;
	font:18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#f4f0c0;
}
input#submit {
	border-radius: 5px;
	font:18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#f4f0c0;
	cursor:pointer;
	_cursor:hand;
}
input[type=checkbox], input[type=radio] {
	margin:0px;
	padding:0;
	height:18px;
	width:18px;
	border:0;
	background:transparent;
}
select option {
	text-indent:5px;
	font-size:15px;
}
