/* HTML TAG CSS Mods */
html, body { height: 100%; margin: 0%; padding: 0%; }
body { background-color: #ffffff; background-image: url('../images/background.png'); background-repeat: repeat-x; font-family: Arial; font-size: 10pt; }
h1 { font-size: 16pt; font-weight: bold;  }
h3 { font-size: 13pt; font-weight: bold; }
img { border: 0px solid #000000; }
li { margin-top: 4pt; margin-bottom: 4px; }
ul { margin-top: 0pt; }
a { text-decoration: none; }
strong { font-size: 10pt; }
div { font-size: 10pt; text-align: left; }
p { font-size: 10pt; text-align: left; }
td { font-size: 10pt; }

/* CSS Classes */
.blue { color: #0066CC; }
.legal { font-size: 8pt; }
.logo { position: absolute; top: 63px; left: 168px; z-index: +10;}
.mainContent { position: absolute; top: 104px; left: 105px; width: 775px; height: 772px; color: #000000; background-image: url('../images/bg_content.png'); background-repeat: no-repeat; }
.mainContentInner { color: #555555; margin-left: 130px; margin-right: 10px; margin-top: 12px; padding: 60px 60px 20px 30px; overflow: auto; height: 671px; font-size: 10pt;}
.navSideHi { position: absolute; top: 114px; left: 115px; }
.navSidePr { position: absolute; top: 190px; left: 115px; }
.navSideCu { position: absolute; top: 271px; left: 115px; }
.navSideHe { position: absolute; top: 401px; left: 115px; }
.txtNav { position: absolute; top: 88px; left: 664px; color: #ffffff; }

/* HTML & Class css combo's */
a.blue { text-decoration: underline; }
.txtNav a { color: #ffffff; }
