#topNav{
	background-color : black;
	color : #ffcc00;
	font-family : arial, helvetica, sans-serif;
	font-size : 70%;
	border-bottom : 1px solid white;
	width : 100%;
}

#topNav TD{
	padding : 2px 0 2px 0;
	text-transform : uppercase;
}

#topNav A{
	color : white;
	font-weight : bold;
	text-decoration : none;
	padding : 0 6px 0 6px;
}

#topNav A:hover{
	color : #ffcc00;
	font-weight : bold;
	text-decoration : underline;
}


#searchForm{
	padding : 0;
	margin : 0;
	display : inline;
}

#searchButton{
	border : none;
	background-color : black;
	color : #ffcc00;
	padding : 0 0 0 0;
	margin : 0 5px 0 5px;
	font-family : arial, helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
	position : relative;
	top : 2px;
}

#searchCriteria{
	border : none;
	background-color : white;
	color : black;
	width : 100px;
	margin : 0 0 0 5px;
	padding : 1px 0 0 5px;
	font-size : 80%;
}

#searchLabel{
	font-size : 100%;
	color : white;
	font-weight : bold;
	margin : 0 0 0 5px;
}
