body {
	font-size: 11px; color: #000000; font-family: Arial,Helvetica;
}
.item {
	font-size: 8px; color: #000000; font-family: Arial,Helvetica;
}
.header {
	font-weight: bold; font-size: 12px; color: #660000; font-family: Arial,Helvetica; }

a {
	font-weight: bold; color: #cc0000; text-decoration: none;
}
a: hover {
	color: #990000;
}
a: vlink {
	color: #808080;
}
.center {
	text-align: center;
}
td {
	vertical-align: top;
}
th {
	vertical-align: top;
}
#navbar2 {
	background-color: #CCC;
	margin: 0px;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	font-weight: bold; }
	
#navbar2 ul { list-style: none;}

#navbar2 li {
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
}

#navbar2 a:link {
	color: #000;
	text-decoration: none;
}
	
#navbar2 a:visited { 	color: #FFFFFF;
	text-decoration: none; }

#navbar2 a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #933;
}
