html, body {
 height: 100%;
 width: 100%;
 
 background-color: #ffffff;
 background-image: url(../img/back.jpg);
 background-repeat: repeat-x;

 color: #000000;
 
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
 
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 
 margin: 0px;
 padding: 0px;
}

a:link, a:visited, a:active { 
 color: #113c66;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color: #416496;
 font-weight: bold;
}

table, tr, td {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
}

h1 {
 font-size: 18px;
 font-weight: bold;
 text-decoration: none;
}

h2 {
 font-size: 16px;
 font-weight: bold;
 text-decoration: none;
}

h3 {
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
}

img {
 margin: 0px;
 border: solid 0px;
}

.setPageLayout{
 width: 100%; 
 vertical-align: middle;
 padding-top: 40px;
}

.setMainLayout {
 width: 100%; 
 vertical-align: middle; 
 text-align: center;
}

.mainTable {
 margin-left: auto;
 margin-right: auto;
 width: 785px;
}

.mainTableTop {
 width: 785px;
 height: 10px;
 background-image: url(../img/maintabletop.gif);
 background-repeat: no-repeat;
 border-collapse: collapse;
}

.mainTableMiddle {
 width: 785px;
 background-image: url(../img/maintablemiddle.gif);
 background-repeat: repeat-y;
 border-collapse: collapse;
}

.mainTableBottom {
 width: 785px;
 height: 10px;
 background-image: url(../img/maintablebottom.gif);
 background-repeat: no-repeat;
}

.positionContent {
 width: 100%;
 text-align: center;
}

.content{
 width: 746px;
 text-align: left;
 
 margin-left: auto;
 margin-right: auto;
}

.contentHeader {
 width: 740px;
 text-align: left;
}

.contentHelp {
 width: 99%;
 text-align: right;
 padding-bottom: 5px;
 
 color: #7d7d7d;
 font-size: 11px;
}

.contentTop {
 width: 742px;
 height: 128px;
 
 background-image: url(../img/contenttop.jpg);
 background-repeat: no-repeat;
}

.menuSpace {
 height: 61px;
}

.contentMiddle {
 width: 740px;
 text-align: left;
}

.contentFooter {
 width: 742px;
 height: 22px;
 padding-left: 5px;
 text-align: left;
 
 background-image: url(../img/contentfooter.jpg);
 background-repeat: no-repeat;
 
 color: #ffffff;
 font-size: 10px;
}

.sectionDescription {
 width: 100%; 
 text-align: left;
 padding-left: 20px;
 line-height: 25px;
 font-size: 12px;
}

.tda {
 width: 40%;
 font-weight: bold;
 vertical-align: top;
}

.tdb {
 width: 60%;
 vertical-align: top;
}

.usetable {
 width: 100%; 
 border-collapse: collapse;
}

.usecelltop {
 background-color: #bfbfbf;
 color: #333333;
 height: 35px;
 font-weight: bold;
 font-size: 14px;
 border: 1px solid #bfbfbf;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-collapse: collapse;
 padding: 3px;
}

.usecell {
 border: 1px solid #bfbfbf;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-collapse: collapse;
 height: 28px;
 padding: 3px;
}

legend {
 color: #124799;
}