@charset "utf-8";
/* CSS Document */
	
*, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

:focus {
	outline: 0;
}

body {
	font-family:Tahoma, Verdana;
	font-size:80%;
	
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:tahoma, verdana;
	margin:16px 0 8px 0;
	/*font-weight:bold;*/
	}
	
h1 {
	font-size:140%;
	}
	
h2 {
	font-size:110%;
	}

h3 {
	font-size:120%;
	}

h4 {
	font-size:110%;
	}

h5 {
	font-size:100%;
	}
	
h6 {
	font-size:90%;
	}

ul {
	margin:0 0 0 25px;
	list-style:square;
	}
	
	
a:link {
	text-decoration:underline;
	color:#fff;
	}

a:visited {
	text-decoration:none;
	color:#fff;
	}
	
a:hover,
a:active {
	text-decoration:none;
	color:#282528;
	}
