body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }
hr { height: 1px; width: 100%; }
form { margin: 0; padding: 0; }

#containerPanel { width: 100%; }
#topPanel {	display: none; }
#topPanelForPrint { margin-bottom: 0.5cm }
#topPanelForPrint img { border: 0; margin-bottom: 3mm }
#searchPanel { width: 100%; clear: both; margin-bottom: 0.5cm; }
#searchBox { display: none; }
#topAddress { font-size: 12px; color: black; }

/*
///////////////////////////////////////////////
	Side Panel
///////////////////////////////////////////////
*/

#sidePanel {
	display: none;	
}

/*
///////////////////////////////////////////////
	Content Panel
///////////////////////////////////////////////
*/

#contentPanel {
	width: 100%;
}
#contentPanel h1 { margin: 0; padding: 0; margin-bottom: 20px; font-size: 24px; font-weight: bold; }
#contentPanel h2 { margin: 0; padding: 0; font-size: 18px; font-weight: bold; }
#contentPanel h3 { font-size: 14px; font-weight: bold; }
#contentPanel a { font-weight: normal; color:black; text-decoration: none; }
#contentPanel a:visited { font-weight: normal; color:black; text-decoration: none; }
#contentPanel a:active { font-weight: normal; color:black; text-decoration: none; }

#topLink {
	display: none;
}
#bottomLinks {
	display: none;
}

/*
///////////////////////////////////////////////
	Misc
///////////////////////////////////////////////
*/

#imageRight {
	float: right;
	margin: 0px 0px 15px 15px;
}

#imageLeft {
	float: left;
	margin: 0px 15px 15px 0px;
}

.copyRight {
	font-size: 12px;
	margin-top: 20px;
}

.subHeader {
	font-size: 14px;
	font-weight: bold;
}

.pictureCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#contentHeaderPanel {
	color: black;
	border: 1px solid black;
	padding: 10px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

#contentCouponPanel {
	background-color:white;
	color: black;
	border: 3px dashed black;
	padding: 20px;
}

.servicesList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-bottom: 15px;
}
