html{ color: #000000; background: #ffffff; }

html, body, div, span, object, h1, h2, h3, h4, p, blockquote, pre, a, em, img, small, strong, sub, sup, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-size: 62.5%;
	color: #333333; /* Take the edge off */
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Block elements */

	p, th, td, li, dt, dd {
		font-size: 1.3em;
	}

	p {
		margin: 15px 15px;
		text-align: left;
	}

	h1 {
		margin: 0px 10px 10px;

		font-size: 3.6em; /* 26px */
		font-weight: normal;
		line-height: 1.1;
	}
		p.subh1 {
			margin: -5px 10px 10px 20px;
			font-style: italic;
			font-size: 2em;
			line-height: 1.1;
		}

	h2 {
		margin: 30px 10px 10px;
		
		font-size: 2.4em;
		font-weight: normal;
		line-height: 1.1;
	}
		p.subh2 {
			margin: -10px 15px 10px;
			font-style: italic;
			font-size: 1.6em;
		}

	h3 {
		margin: 20px 10px 10px;

		font-size: 1.5em;
		font-weight: bold;
	}

	h4 {
		margin: 20px 15px 10px;

		font-size: 0.9em;
		font-weight: bold;
	}


	ul, ol, dl, table, div.address, blockquote, pre {
		margin: 15px 20px;
		padding: 0;
		text-align: left;
	}

	dt { font-weight: bold; }
	ul.verbose li, ol.verbose li, dd, dt { margin: 5px 0px; }
	li, dd, div.address p { margin-left: 2em; }
	ol li {	list-style: decimal outside; }
	ul li { list-style: disc outside; }

	td, th { padding: 3px 5px; }

	blockquote, blockquote p { font-style: italic; }
		blockquote p.author { font-style: normal; text-align: right; }

/* Inline elements */

	a:link, a:visited { color: #0066cc; }
	a:hover { color: #3399ff; text-decoration: none; }
	a:active { color: #ff0000; }

/* Form elements */

	form { margin: 20px 0px; }

	form p { margin: 10px 15px; padding-bottom: 2px; }
	form fieldset p { margin: 10px 5px; }

	span.explaination { display: block; padding: 3px 0px 10px 10px; font-style: italic; font-size: 90%; }
	p.description { margin-bottom: 20px; font-style: italic; }

	fieldset { margin: 10px 15px; padding: 10px; }
	fieldset legend { font-weight: normal; }

	label { vertical-align: middle; margin-right: 10px; }

	input, select, textarea { font-size: 100%; }

	p.text, p.password, p.select, p.number, p.price, p.email, form.text p.submit {
		padding-left: 9em;
		position: relative;
	}
	p.number input, p.price input {
		text-align: right;
	}
	form.text p.checkbox, form.text p.radio {
		padding-left: 8.5em;
		position: relative;
	}
	p.text label, p.password label, p.select label, p.number label, p.price label, p.email label {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 8.5em;

		text-align: right;
	}

	form.message p.submit, form.grouped p.submit { text-align: right; }
	form.mixed p.submit { text-align: center; }

	div.radios, div.checkboxes { margin: 15px 0px; }
	div.radios p.radio, div.checkboxes p.checkbox { margin-top: 5px; margin-bottom: 5px; }
	div.radios p.radio, div.checkboxes p.checkbox { padding: 0px 0px 0px 15px; }

	p.textarea label { display: block; }
	p.textarea textarea { display: block; width: 100%; height: 120px; }

/* Generic classes */

	.clear { clear: both; }
	.problem { color: red; font-weight: bold; }
	.success { color: green; font-weight: bold; }
	.strong { font-weight: bold; }
	.em { font-style: italic; }
	.center { text-align: center; }
	.frame { border: 1px solid #999999; }
	.caption { text-align: center; font-style: italic; font-size: 0.8em; }
	
	.w25 { width: 25%; }
	.w33 { width: 33%; }
	.w50 { width: 50%; }
	.w67 { width:67%; }
	.w75 { width: 75%; }
	.w100 { width: 100%; }

/* Specific classes */

	p.link { text-align: center; font-size: 140%; }
	p.phone { color: #333333; font-weight: bold; font-size: 300%; text-align: center; }

	div.additional { margin-top: 30px; clear: both; }
	p.additional { margin-top: 30px; clear: left; }
	div.additional p, p.additional { color: #666666; }

	div.address { margin: 15px 20px; }
	div.address p { margin-top: 3px; margin-bottom: 3px; }

	div.section {
		margin: 30px 0px 12px;
		border-top: 1px dashed #666;
		padding: 30px 0px 0px;
	}

	div.left, p.left {
		clear: left;
		float: left;
		margin: 0px;
		padding: 0px 10px 3px 15px;
	}

	div.right, p.right {
		clear: right;
		float: right;
		margin: 0px;
		padding: 0px 10px 3px 10px;
	}
	
	div.right p, div.left p { margin: 0px; }