a       { color: #ffffff; font-weight: bold; text-decoration:none; }
a:active     {
	font-weight: bold
}
table
{
	table-border-color-light: rgb(204,0,0);
	table-border-color-dark: rgb(255,255,255); 
}
body    { font-family: Arial; color: #000000; 
               font-size: 10pt }
td     { font-family: Arial; color: #000000; font-size: 10pt }
h1           { font-family: Arial; color: #00401E; font-size: 18pt; font-weight: bold; text-align: center; }
h2           { font-family: Arial; color: #00401E; font-size: 14pt; font-weight: bold }
h3           { font-family: Arial; color: #00401E; font-size: 12pt; font-weight: bold }

.content
{
	background: #ffffff;
	color: #00401E;
	font-family: Arial, Sans Serif; 
	
	padding: 3px;
	
	width: 477px;
}

.content h1
{
	margin-top: 0px;
}

/* Bottom Navigation */

.Bottom-Nav
{
	text-align: center;
}

.Bottom-Nav a:link
{
}

.Bottom-Nav a:hover
{
}

.Bottom-Nav a:active
{
	color: #ffffff;
}

