html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #EEE;
}
img {
	border: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #666;
}
a:hover, a:active {
	text-decoration: none;
	color: #3366CC;
}
table {
	text-align: left;
}
textarea {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	border: 0px none #FFF;
}
input, textarea, select, fieldset {
	border: 1px solid #888;
	margin: 1px;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button, .botton {
	cursor: pointer;
	font-weight: bold;
	background-color: #DDD;
	color: #333;
	text-decoration:none;
	border: 1px solid #888;
	margin: 1px;
	padding: 3px;
	background-color: #EEE;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#head {
	text-align: center;
	background-color: #3366CC;
}
#top_menu {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #999;
	background-color: #EEE;
}
#top_menu a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
}
#top_menu a:hover {
	color: #FFF;
	background-color: #3366CC;
}
#body {
	min-height: 400px;
	padding: 20px;
	text-align: center;
	background-color: #FFF;
	font-size: 14px;
	color: #666;
}
#index {
	width: 600px;
	margin: auto;
	text-align: center;
}
#service {
	width: 600px;
	margin: auto;
	text-align: left;
}
#logos {
	text-align: center;
}
#logos a {
	margin: 10px;
}
#foot {
	/*	position: absolute;
	bottom: 0;
*/	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #999;
	background-color: #EEE;
	text-align: center;
	font-size: 12px;
	color: #333;
}
.foot_txt {
	margin: 10px;
	display: inline;
	color: #666;
}
#searchtable a {
	color: #03C;
}
.odd {
	background-color: #EEE;
}
.even {
	background-color: #FFF;
}
.tiny {
	margin-top:1px;
	font-size:9px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

