@CHARSET "ISO-8859-1";

body
{
	font-family: Arial, "sans serif";
	padding: 10px;
	background: #AAAAAA url('../img/gradient.png') repeat-x;
}

h3
{
	padding-left: 0.5em;
}

div#dmaOuterDiv
{
	width: 800px;
	margin-left: auto;
	margin-right:  auto;
	border: 2px solid black;
	padding: 10px;	
	background: #FFFFFF;
}

div#dmaTitleDiv
{
	display: inline;
}

#dmaTitleImg
{
	border-width: 0px;
}

#dmaTitle
{
	margin-top: 0px;
	margin-bottom:0px;
	display:inline;
}

#dmaSubtitle
{
	font-weight: bold;
}

a:link
{
	color: #990000;

}
a:visited
{
	color: #990000;
}

a:hover
{
	color: #FF1100;
}

a:active
{
	color:#BB8888;
}

div#dmaMenuDiv
{
	text-align: left;
	width: 800px;
	background: #111111;
	padding-top: 10px;
	padding-bottom: 10px;
}

span#dmaMenuSpan
{
	font-weight: bold;
	color: #444444;
}

a.menuLink
{
	margin-left: 8px;
	padding-right: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 11pt;
}

div.info
{
	border-left: 1px solid #BBBBBB;
	background: #FFFFFF;
	font-family: Tahoma, serif;
	font-size: .9em;
	padding-left: 5px;
}

div.infoTitle
{
	border-bottom: 1px solid #665555;
	background: #CC6655;
	padding: 5px;
	margin-bottom: 0px;
}

div.infoBody
{
	margin-top:0px;
	padding-top:0px;
}

#dmaFooter
{
	font-size: 8pt;
	text-align: center;
}