/**structure and style***************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#083870 url(../bg-main.jpg) center top repeat-y;
}
.mainTable {
	background:#fff url(../bg-table.jpg) no-repeat;
    border-color: #8000c0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
}



/**typography and links***************************************/
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
	line-height: 13pt;
	margin-top:28px;
	
}
.bodyLeadout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
	line-height: 14pt;
}

.bodyTextList {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #083870;
	text-decoration: none;
	line-height: 14pt;
}
.bodyTextForm {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
	line-height: 13pt;
	padding-right: 5px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #083870;
	text-decoration: none;
	line-height: 33pt;	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.copyNotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
}


a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:active {
	color: #f00;
	text-decoration: none;
}

a.foot:link {
	text-decoration: none;
	color: #333;
}
a.foot:visited {
	text-decoration: none;
	color: #333;
}
a.foot:hover {
	text-decoration: none;
	color: #083870;
}
a.foot:active {
	text-decoration: none;
	color: #00f;
}


/** menu ***************************************/

.dmx {
    font: 11px Arial, Helvetica, sans-serif;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: ;
    background: #FF6600;
    font: ;
    color: ;
    font-weight: ;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 20px 8px 20px;
    font: ;
	text-align:left;
    color: #083870;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: #fff;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #dde4ec;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #e1e1e1;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */
