/*
//  Created by Joost Schuttelaar on 2007-08-25.
//  Copyright (c) 2007 Joost Schuttelaar. All rights reserved.
*/

/*  flatten everything, every browser will look the same (bad) */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: 0;
}

body {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

h1 {
	font-weight: bold;
	font-size: 20pt;
}

h2 {
	font-weight: normal;
	font-size: 20pt;
}

h3 {
	color: white;
	font-size: 10pt;
	font-weight: bold;
}

a {
	color: #ff7200;
}

p {
	margin-bottom: 14pt;
}

ul, ol {
	margin-left: 18pt;
	margin-bottom: 14pt;
}

ul li {
	list-style-type: square;
}

div.section {
	margin-bottom: 28pt;
}

.floatRight {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.floatLeft {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
