html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
}

img {
	border: none;
}

th {
	padding-bottom: .5em;
}

.match {
	background-color: yellow;
	font-weight: bold;
}

a:link, a:visited, a:active { 
	color:#000000;
}

a:hover {
	color:#000000;
	text-decoration: underline;
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	background: #ffffff url(../images/background.gif) center top repeat; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: small;
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
}

.fullheight {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.search { float:right;
}
.content {
	padding: 12px;
	height: 100%;
}

.menu { 
	height: 27px;
	background: url("../images/menu_background.gif") repeat-x top ;
}

.address {
	padding: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bolder;
}

.footertext {
	width: 715px; height:70px;
	background: url("../images/loop.jpg");
}

.holder_table { 
	font-family: Arial, Helvetica, sans-serif;
}

.top_row {
	font-size: 14px;  
	color: #FFFFFF; 
	font-weight: normal;
	text-align: center;
}

.top_row th {
	background-color: #333;
	text-align: left;
}

.bottom_row {
	font-size: 12px; 
	color: #000;
	text-align: left;
}

.bottom_row td {
	background-color: #CCC;
}
