/* -------------------- Resets --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0;
	padding: 0;
}

img {
	border: 0; /* kills Gecko bug when img's are placed inside links */
	vertical-align: bottom; /* set vertical align to bottom for IE */
}
/* --------------- Document Defaults -------------- */
body {
	font: 10pt verdana,sans-serif;
	background: #FFFFFF;
}
/* ------------------ Typography ------------------- */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
	margin: 0;
}
p, ul, ol {
	font-size: 1em;
}

p { margin: 1em 0; }

ul {
	margin:0 0 1em 25px;

}
ul ul { /* fixes nested lists */
	font-size: 100%;
	font-weight: normal;
}
h1 {font-size:2.2em;}
h2 {font-size:2em;}
h3 {font-size:1.8em;}
h4 {font-size:1.6em;}
h5 {font-size:1.4em;}
h6 {font-size:1.2em;}
/* -------------------- Forms ---------------------- */
form :focus {
	outline: 0; /* removes Safari's blue border */
}
input, label {
	vertical-align: middle;
}
label {
	cursor: default;
}
input, select, textarea {
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, 'MS Sans Serif', sans-serif;
}
input, textarea {
	padding: 2px 4px;
}
textarea { /* removes scrollbar from IE when none is needed */
	overflow: auto;
}

/* ------------------- Links ---------------------- */
a {
	text-decoration: underline;
	outline: 0; /* removes dotted border in FX */
}
a:active, a:focus, a:hover {
	visibility: visible; /* kills IE6 a:hover bug */
	text-decoration: none;
}

/* ----------------- Wrapper for float's ------------ */
div.wrapper { clear: both; }