﻿* { margin:0;padding:0;border:0; }

html {
min-height: 100%; margin-bottom: 1px;
}

body {
background-color:white;
font-family:Georgia,Times New Roman,serif;
}

table, td {
	padding:0;
	border-collapse:collapse;
}

#overflowbox {
height:480px;overflow: scroll;overflow-x: hidden; overflow-y: scroll;padding-right:10px;
}

#copy {
margin:10px;
text-align:left;
}

h1 {
 font-style:italic;
 font-size:18px;
 margin:25px 0 10px 0;
}

p {
font-size:13px;
}

#copy p {

text-align: justify;
margin-bottom: 10px;
}

p + p { margin:10px 0 0 0; }

.textbox {
border:1px solid black;
font-size:13px;
}

#copy a:hover { color: black; }

.ddmx {
    font: 11px tahoma;
}
.ddmx .item1 { 
    padding: 6px 20px 6px 20px;
    border-bottom: 1px solid #336699;
    background: #4382c0;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative; 
}

.ddmx a.item1
{
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.ddmx a.item1-active
{
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 6px 20px 6px 20px;
    border-bottom: 1px solid #336699;
    background: #336699;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2
{
    width: 125px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:2px;
    font: 11px arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx a.item2
{
    font: 11px arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
 
.ddmx .item2:hover
{
    background: #4382c0;
    width: 125px;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
    font: 11px arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .item2-active,
.ddmx .item2-active:hover {
	width: 125px;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
    font: 11px arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	width: 275px;
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0px none;
}
.ddmx .section {
	width: 275px;
	background: #817f7f;
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

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