/* CSS Document */

.header {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;	
}
.header a{
	text-decoration: underline;
	color: #FFFFFF;
}
.header a:hover{
	color: #BBD1E8;
	text-decoration: none;
}
.header a:active{
	color: #BBD1E8;
	text-decoration: none;
}
.header a:focus{
	color: #BBD1E8;
	text-decoration: none;
}
.menubar{
	background-image: url(menuline.gif);
	background-repeat: no-repeat;
	background-position: center;
	height:16px;
	text-align: center;
}
