body {
	background-color: #ffffff;
	background-image: url(background.jpg);
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
}

table, td {
	font: inherit;
}

A:LINK {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}

A:VISITED {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}

A:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ff0000;
	text-decoration : none;
}

A:ACTIVE {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ff0000;
	text-decoration : none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal; /*italic*/
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #0000ff;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #ff00ff;
}

hr {
	float:left;
	vertical-align:bottom;
}

address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	font-style:normal;
	text-align: center;
	color: #666666;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #999999;
}

/* -- Added 4/12/2011 -- */
p.phone {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
	color : #FFFFFF;
	padding-left: 10px;
}
