﻿body {
	background: #78B036 url(../_images/background.gif) left top repeat-x;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	text-align: center;
}

a {
	color: Black;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	margin: 0px 20px;
	text-align: center;
}

#header {
	background: #333 url(../_images/bg_gray.jpg) right top repeat-y;
}

#header a {
	color: White;
}

#footer {
	background: #86BF4C url(../_images/footer.jpg) right top no-repeat;
	color: White;
	height: 60px;
	padding: 0px 50px 0px 0px;
	text-align: right;
}

#footer a,
#footer a:hover,
#footer a:visited {
	color: White;
	font-size: 10px;
	padding: 0px 4px;
}

#footer a:hover {
	
}

#CompanySearch_Results {
	height: 450px;
	overflow: auto;
	padding-left: 3px;
	width: 255px;
}

#DefaultTabStats a,
#DefaultTabStats a:visited{
	color: Black;
}