html,body {
   margin:0;
   padding:0;
}
A:link {text-decoration: none
}
A:visited {text-decoration: none
}
A:active {text-decoration: none
}
A:hover {text-decoration: none
}
body {
	background-color: #f4f4f4;
}

#headerbg {
background-image:url(images/bg_header.gif);
	text-align:center;
	}

#container {
	position:relative;
	margin:0 auto;
	width:800px;
	}

#footer {
	background:#424242;
	text-align:center;
	}

.clear {
	clear:both;
	}

.title {
font-family:Arial;
font-size:22px;
color:#ef4d23;
}

.subheader {
font-family:Arial;
font-size:15px;
font-weight:bold;
color:#818181;
}

.subtitle {
font-family:Arial;
font-size:15px;
font-weight:bold;
color:#000000;
}

.content {
font-family:Arial;
font-size:12px;
color:#333333;
}
.boldhighlight {
font-family:Arial;
color:#ef4d23;
font-size:12px;
font-weight:bold;
}
.highlight {
font-family:Arial;
color:#ef4d23;
font-size:12px;
}
