/* CTRA CSS File */

td.left
{
	background-color: #9D5116;
	text-align: left;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}

td.middle
{
	background-color: #FFFFFF;
	font-family: arial,helvetica;
	font-size: 11pt;
	color: grey;
	text-align: left;
	padding: 0px 30px;
}

td.right
{
	background-color: #FFFFFF;
	font-family: arial,helvetica;
	font-size: 11pt;
	color: grey;
	text-align: left;
	padding: 0px 0px;
}

td.menu
{
	background-color: #9D5116;
	font-family: arial,helvetica;
	font-size: 11pt;
	color: #FFFFFF;
	text-align: right;
	padding: 0px 30px;
}

hr.thinline
{	color: #FFFFFF;
	width: 80%;
	height: 1px;
}

hr.brownline
{	color: #412700;
	width: 80%;
	height: 1px;
	align: center;
}

h1
{
	color: #412700;
	font-size: 16pt;
	font-family: arial,helvetica;
	text-align: left;
}

p.foot
{
	color: white;
	font-family: arial,helvetica;
	font-size: 8pt;
	text-align: center;
}

table.main
{
	border-style: solid;
	border-width: 4px;
	border-color: #623C1B;
}

a:link 
{	color: white;
	text-decoration: none;}
a:visited 
{	color: white;
	text-decoration: none;}
a:focus 
{	color: #412700;
	text-decoration: none;}
a:hover 
{	color: #412700;
	text-decoration: none;}
a:active 
{	color: white;
	text-decoration: none;}



