A, A.copyright
{
	text-decoration: none;
	color: #a5501c;
}
A:hover, A.copyright:hover
{
	color: #336699;
	text-decoration: underline;
}

TD.divider
{
	background-color: #993300;
}
TD.headerdivider
{
	background-color: #d8cb94;
}

FONT.HeaderDataCenterTitle
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #a5501c;
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica;
    TEXT-DECORATION: none;
}

FONT.header1
{ 
	COLOR: #a5501c; 
}

TABLE.helplink
{
	border-right: #993300 1px solid;
	border-top: #993300 1px solid;
	border-left: #993300 1px solid;
	border-bottom: #993300 1px solid;
	background-color: #993300;
}

A.helplink, A.helplink:hover
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 9pt;
}
A.helplink
{
	color: #ffffff;
	background-color: #993300;
}
A.helplink:hover
{
	color: #ffffff;
	background-color: #cab76b;
}

.container 
{
	width: 100%;
	background-color: #cab76b;
	background: url(../images/header_background.gif) repeat-y;
}

#minitabs 
{
	margin: 0;
	padding: 0 0 0 10px;
}

#minitabs li 
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#minitabs a:link, #minitabs a:visited 
{
	float: left;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-weight: bold;		
	margin: 0 0px 0px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	color: #993300;
}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover 
{
	padding-left: 16px;
	padding-right: 16px;
	background: #efead6;
	color: #993300;
}
