/* =reset
----------------------------------------*/

@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	outline: 0;
}


html, body, h1, h2, h3, h4, h5, h6,
div, span, blockquote, p, address,
form, fieldset, label, legend, img,
a, abbr, acronym, ul, ol, dl, dt, dd, li,
hr, table, td, th, big, small,q,
strong, em, sup, sub, del, cite, code, button {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

.fl { float: left; }
.fr { float: right; }
.fc { margin: 0 auto; }

.cb { clear: both; line-height: 1px;}
.cr { clear: right; line-height: 1px;}
.cl { clear: left; line-height: 1px;}

.tar { text-align: right; }
.tac { text-align: center; }
.taj { text-align: justify; }

.b { font-weight: bold }
.u { text-decoration: underline }
.i { font-style: italic; }

.dn { display: none; }
.db { display: block;}


body {
	color: #838281;
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #FFF;
}

a {
	color: #838281;
	text-decoration: none;
}

a:hover {
	color: #E77817;
}

#wrapper {
	margin: 10px 0 10px 30px;	
}

ul {
	list-style: none;
	font-size: 20px;
	margin: 0px 0 10px 2px;
	display: none;
}

li div {
	display: none;
	margin-top: 10px;
}

#footer {
	font-size: 10px;
	margin-left: 33px;
}


