/*global reset*/
﻿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 {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	vertical-align: baseline;
	font-size: 100%;
}
html{
	font-size: 100.1%/*ie6 browser correction*/
	}
:focus {
	outline: 0;
}
body {
	color: #999999;
	background: white;
}
p {
	line-height: 1.5em;
	margin:0 1.5em 0 1.5em;
	font-size: .75em;
	color: #ffffff;
	}
h1  {
	font-size:1.375em;
	line-height: 1em;
	margin:  .828em;
	color:#333;
	}
h2 {
	font-size: 1.125em;
	padding: 1em;
	line-height: 1em;
	}
h5 {
	font-size: .75em;
	line-height: 1.5em;
	margin:1.5em;
	}
h6 {
	font-size: 0.62em;
	}
ol, ul {
	list-style: none;
}


.floatleft {
	float: left;
	}
