body
{
	margin: 20px;
	background: #eeeeee;
	line-height: 150%;
}

table.outer
{
	margin: 0 auto;
	width: 900px;
	overflow: auto;
	border: 1px solid #222;
	background-color: #000;
	color: #fff;
}

td.red /* Places red bar at top of page*/
{
height: 5px;
border-bottom: 1px solid #222;
background-color: #800000;
color: inherit;
font-size: 0;
}

td.tablecolor
{
	background-image: url(i/ridge.gif);
}

td 
{
	font-family: Helvetica Nue, Helvetica, Arial, Verdana, Sans-serif; 
	font-size: 14px;
}

div .footer
{
	font-family: arial, verdana, sans-serif; 
	font-size: 10px;
}

.title
{
	font-family: Georgia, Arial, verdana, sans-serif; 
	font-size: 20px;
}

.imageleft
{
	border-style: outset;
	border-color: #800000;
	border-width: 5px;
	float: left;
	margin: 10px 10px
}

.imageright
{
	border-style: outset;
	border-color: #800000;
	border-width: 5px;
	float: right;
	margin: 10px 10px
}

.imagegeneral
{
	border-style: outset;
	border-color: #800000;
	border-width: 5px;
	margin: 10px 10px
}

.alignleft
{
	float:left;
}

.alignright
{
	float:right;	
}

a:hover {
	text-decoration: none;
	color: #670600;
}
a:active {
	text-decoration: none;
}

a:link {
	color: #BB0000;
	text-decoration: none;
}
a:visited {
	color: #A70C06;
	text-decoration: none;
}