﻿td.navbar
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: white;
	height:12px;
	padding: 2px 5px 2px 5px;
	font-family: Arial;
	font-size: 11px;
	background-color: #8a030e;
	text-align:center;
	vertical-align:middle;
	white-space: nowrap;
}

td.navbar a, td.navbar a:visited
{
	text-decoration: none; 
	color: white;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	white-space: nowrap;	
}
td.navbar a:hover
{
	text-decoration: underline;
	text-align:center;
	vertical-align:middle;
	white-space: nowrap;
}
tr.navbar 
{
	background-color: #8a030e;
	text-align:center; 
	vertical-align:middle;
}
