/* global */
html, body {
	height:100%;
}

body {
	background-color:#dfd8c8;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color:#e51b24;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-size:14px;
}

h6 {
	color:#a29061;
	font-size:13px;
}

a {
	color:#e51b24;
	text-decoration:none;
}

a:hover {
	color:#a29061;
	text-decoration:none;
}

.fullheight {
	height:100%;
}

/* header */

.address, .address div, .address p, .address blockquote, .address ol, .address ul, .address dl, .address li, .address dt, .address dd, .address td, .address th {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
}

/* body */

.content, .content div, .content p, .content blockquote, .content ol, .content ul, .content dl, .content li, .content dt, .content dd, .content td, .content th {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.image	{
	padding:0px;
}
