/*
//  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;
}

table {
	border-collapse: collapse;
	margin-bottom: 7pt;
}

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

h1 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
	margin-bottom: 14pt;
	clear: both;
}

h2 {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	color: #0c66b1;

}

h3 {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	color: black;
	margin-top: 7pt;
}

p {
	margin-bottom: 7pt;
	line-height: 14pt;
}

td {
	line-height: 14pt;
}

ul {
	margin-bottom: 7pt;
}

ol {
	margin-bottom: 7pt;
	margin-left: 4pt;
}

li {
	line-height: 14pt;
	margin-left: 12pt;
}

a {
	text-decoration: underline;
	color: #ff8602;
	cursor:pointer;
}

a:visited {
	color: #ff8602;
}

a:hover {
	text-decoration: none;
}

