﻿body
{
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#ffffff;
}

h2
{
	font-size: large;
}

#bc
{
	float: left;
	text-align: left;
	height: 20px;
	width: 100%;
	line-height: 20px;
}

#disp
{
	font-size: small;
}

#nav
{
	background-color: #000000;
}

#nav a
{
	background-color:  #000000;
	color:  #FFCC00;
	font-weight: 400;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: inline-block;
	padding: 5px 7px;
	margin-right: 2px;
	margin-bottom: 0px;
	text-decoration: none;	
}

#nav a:hover 
{
	background-color: #FFCC00;
	color: #000000;
	font-weight: 400;
}

#cat 
{
	color: #000000;
	background-color: #FFCC00;
	display: block;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px #000000 solid;
	font-weight: 400;
	text-decoration: none;
	width: 200px;
	white-space: normal;
}

#cat_sel 
{
	color: #FFCC00;
	background-color: #000000;
	display: block;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px #000000 solid;
	font-weight: bold;
	text-decoration: none;
	width: 200px;
	white-space: normal;
}

#cat:hover 
{
	color: #FFCC00;
	padding: 1px 5px 1px 5px;
	background-color: #000000;
}