html, body {
	height:100%;
}

body {
	margin:0px;
	text-align:left;
	width:100%;
	background-color:#414141;
}

body, table {
	font: 11px Arial, Helvetica, sans-serif;
}

img {
	border:none;
	display:block;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#999;
	outline:none;
}

.clickable {
	cursor:pointer;
}

.message {
	color:#CCC;
	padding:15px;
}

.important {
	color:#393;
	font-weight:bold;
}

p, h1, h2, h3, .intext{
	margin:0 15px 0 15px;
}

.errormessage {
	color:#990000;
	margin:15px;
}

h1 {
	font-size:18px;
	font-weight:bolder;
	letter-spacing:1px;
	margin-top:13px;
}

.maindescription {
	font-size:14px;
	font-weight:bold;
	padding-top:0px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:20px;
}

h3 {
	font-size:11px;
	font-weight:bold;
	margin-top:20px;
}

hr {
	height:1px;
	background-color:#EEE;
	color:#EEE;
	border:none;
	margin:10px 0;
}

.noborder {
	border:0;
}

.contact {
	text-align:left;
	font-size:9px;
	color:#FFF;
	padding:0 0 10px 0;
}

.phonenumber {
	font-size:12px;
	font-weight:bold;
	color:#000;
	position:absolute;
}

.lowres .phonenumber {
	font-size:11px;
}

.footerbar {
	height:2px;
}

.footerbar hr {
	height:2px;
	background-color:#CCC;
	color:#CCC;
	border-bottom:1px solid #FFF;
}

.footertitle {
	padding:0 5px 0 5px;
	color:#EEAF00;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid #CCC;
	white-space:nowrap;
}

.footeraddress {
	padding:0 5px 0 5px;
	color:#666;
	font-size:9px;
	border-left:1px solid #FFF;
	border-right:1px solid #CCC;
	white-space:nowrap;
}

.footerphone {
	padding:0 5px 0 5px;
	font-size:11px;
	color:#666;
	font-weight:bold;
	border-left:1px solid #FFF;
	white-space:nowrap;
}

#contents {
	text-align:left;
	vertical-align:top;
	width:100%;
}

.png {
	behavior: url(/iepngfix.htc);
}

