/* CSS Document */
#links a:link, #links a:visited
	{font: 18pt, Helvetica, serif;
		text-decoration: none;
	color: #603913;
	}
#links a:link {color: #000000;}

#links a:visited {color: blue;}

#links a:hover {font: 18pt, Helvetica, serif;
		text-decoration: none;
		color: #7ac142;
	}
Body
{
background-color: #FFFFCC;
}
.header
{font: Helvetica, serif;
	font-weight: bolder;
	color: #603913;
	size: 40pt;
	font-variant: small-caps;}
	
.content
{font: Helvetica, serif;
	color: #603913;
	size: 18pt;
    }	 
.content1	
{font: Helvetica, serif;
 	weight: strong;
	color: #603913;
	size: 18pt;
     }	 
.content2
{font: Helvetica, serif;
	font-weight: bolder;
	color: #603913;
	size: 18pt;
	font-variant: small-caps;
	}	
	H1 {color: white;}
	
	H2 {color: white;}
.dm1 {
    font: 11px tahoma;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    position: relative;
}
.dm1 .item1 {
    background: #FFFFCC;
    color: #603913;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    background: #FFffcc;
    color: green;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
    background: #ffffcc;
    color: #603913;
}
.dm1 .item2:hover {
font-style: oblique;
    background: white;
    color: green;
}
.dm1 .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}

* html .dm1 td { position: relative; } /* ie 5.0 fix */