body {
	margin: 0;
	background: #025;
	align: center;
	font: 9pt verdana;	
	color: #780000;
}

a:link {text-decoration: none; color: #780000}    
a:visited {text-decoration: none}
a:hover {color: #d43a1a; text-decoration: underline}  
a:active {color: #e7823a}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	font-size: 9pt;
	background: #ffb;
	border-spacing: 0;
}
td.bgleft {
	background: #025;
	width: 22px;
	background: url('images/bg_left.gif') repeat-y;
}
td.bgright {
	background: #025;
	width: 22px;
	background: url('images/bg_right.gif') repeat-y;
}
td.bgeckright {
	background: #025;
	width: 22px;
	height: 22px;
	background: url('images/bg_right_eck.gif') no-repeat;
}
td.bgeckleft {
	background: #025;
	width: 22px;
	height: 22px;
	background: url('images/bg_left_eck.gif') no-repeat;
}
td.bgbottom {
	background: #025;
	height: 22px;
	background: url('images/bg_bottom.gif') repeat-x;
}
.ddm1 {
    background-image: url('images/bg_buttons.jpg');
	font: 13px Futura Lt BT;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 4px 9px;
    border: 1px #fff;
    border-style: solid none solid none;
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #c80e06;
    color: #fff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #d84820;
    color: #780000;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 4px 9px;
    font: 12px Futura Lt BT ;
    text-align: left;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #e7823a;
    color: #fff;
}
.ddm1 .item2:hover {
    background: #dc5626;
    color: #780000;
}
.ddm1 .section {
    border: 1px #fff solid;
    display: block;
    position: absolute;
	visibility: hidden;
    z-index: -1;
    white-space: 0;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

td.st01, td.st02, td.st03, td.st04, td.st05, td.st06 {
	padding: 2px 5px 2px 5px;
	color: #fff;
    border-right: 1px solid #870000;
    border-bottom: 1px solid #870000;
    border-left: 1px solid #f60;
    border-top: 1px solid #f60;
}
td.st01 {
    background-color: #EF9E45;
}
td.st02 {
    background-color: #E7823A;
}
td.st03 {
    background-color: #E0652D;
}
td.st04 {
    background-color: #D84820;
}
td.st05 {
    background-color: #D02B13;
}
td.st06 {
    background-color: #C80E06;
}
td.st2 {
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	color: #780000;
    border-bottom: 1px solid #870000;
}

* html .ddm1 td { position: 0; } /* ie 5.0 fix */