body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: silver;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}



#nav a {position: relative;}
#nav a span {
display: none;
font-size: 100%;
}

#container {
	text-align: center;
	height: 100%;
	width: 400px;
}
#infobox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left:3px;
	margin-right:2px;
	margin-bottom:2px;
	color: #000000;
	border: 2px solid #00A9E8;
	text-align: center;
	padding: 4px;
}
#infobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:3px;
	margin-right:2px;
	margin-bottom:2px;
	color: #000000;
	border: 1px solid #000000;
	text-align: center;
	padding: 4px;
}
.searchtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#button{
	height: 25px;
	width: 111px;
	background: url(images/button.gif) top left no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 6px 0px 0px;
	font-weight: bold;
}
 
#button:hover{
background-position: bottom left;
}
#button2{
	height: 27px;
	width: 111px;
	background: url(images/button.gif) top left no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 3px 0px 0px;
	line-height: 12px;
	font-weight: bold;
}
 
#button2:hover{
background-position: bottom left;
}
#button3{
	height: 19px;
	width: 159px;
	overflow: hidden;
	background: url(images/button2.gif) no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px 0px 0px;
	line-height: 12px;
}

#buttonx{
	height: 19px;
	width: 159px;
	overflow: hidden;
	background: url(images/buttonx.gif) no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	text-align: center;
	padding: 5px 0px 0px;
	line-height: 12px;
}
#button4{
	height: 19px;
	width: 159px;
	overflow: hidden;
	background: url(images/button2.gif) no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 1px 0px 0px;
	line-height: 12px;
}
#nav {
	list-style-type: none;
	display: inline;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
#body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002F59;
	text-decoration: underline;
	font-weight: bold;
}
#body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A9E8;
	text-decoration: underline;
	font-weight: bold;
}

