body
{
	background-image:url(images/gradient_sunset.jpg);
}

.pageTitle
{
	font-weight: bold;
	font-size: 24pt;
	color: #996600;
	font-style: italic;
	font-family: Arial;
}

H1
{
	color:White;
	font-family:Verdana,Arial;
	font-size:18pt;
	font-style:italic;
	background-color:Red;
	border:solid 1px #000000;
}



.pageContent
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
}

.itemListPhone
{
	list-style-image: url(images/icons/icon_phone.gif);
}

a
{
	color: blue;
	font-weight:bold;
}

a:hover
{
	color: #33ff00;
	font-weight:bold;
}
div.hr {
  height: 15px;
  background: url(images/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

