@charset "utf-8";
/* CSS Document */


h1, h2, h3 
{
	font-family: Arial, Sans-Serif;
	color: #8E0B0E;
	
}
h1 
{
	font-size: 21px;
	margin-top: 2px;
	font-weight: bold;
}
h2 
{
	font-size: 16px;
}
h3 
{
	font-size: 14px;
	
}

p, div, li, td 
{
	color: #8E0B0E;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}

a:link,
a:active,
a:visited 
{
	color: #8E0B0E;
	text-decoration: none;
	font-size: 12px;
}
a:hover 
{
	color: #8E0B0E;
	text-decoration: underline;
}

/* ------------------------- */
/*  DU Header classes        */
/* ------------------------- */



/* ------------------------- */
/*  Footer classes           */
/* ------------------------- */


.footer 
{
	background-color: #ffffff;
	text-align: left;
	color: #8E0B0E, ;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	width: 100%;
	line-height: 14px;
}
	.footer a:link,
	.footer a:active,
	.footer a:visited,
	.footer a:hover 
	{
		color: #8E0B0E, ;
		text-decoration: none;
	}
	.footer a:hover 
	{
		text-decoration: underline;
	}
		
.footercopy
{
background-color: #ffffff;
	text-align: center;
	color: #A58442;
	font-size: 9px;
	font-family: Arial, Sans-Serif;
}

