﻿@charset "utf-8";
/* CSS Document for Business License Lookup Page - Screen */

body {
	background-color:#FFFFFF;
	margin: auto;
}

.SearchInfoTD {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #648572;
}

input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#OuterBodyTable {
	width:620px;
}

#ctl00_bodyCPH_resultsGV {
	width: 100%;
}

#ctl00_bodyCPH_resultsGV td {
	font-size: 10px;
}

#ctl00_bodyCPH_resultsGV th{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #648572;
}

#PrintHeader {
	display:none;
}

#PrintFooter {
	display:none;
}

#Footer, #Footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#648572;
	text-align: center;
	font-size: 10px;
}

#Footer a:hover {
	text-decoration: none;
} 
