@charset "utf-8";
/* CSS Reset */

html, body, div, span, applet, object, embed, iframe,
h1, h2, h3, h4, h5, h6, p, a,
form, fieldset, legend, label, input, select, textarea,
font, sub, sup, ol, ul, li, address,
table, thead, tbody, tfoot, th, tr, td {
	background:none;
	padding:0;
	margin:0;
	border:0;
	color:#e1ae54;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	outline:0;
}

a {text-decoration:none;}
a img {border:0;}
ol, ul {list-style:none;}

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

textarea {
	overflow:auto;
	resize:none
}

