<!--
.main-panel {
 margin-bottom: 0px;
 font-family: Verdana;
 font-size: 100%;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 color: #000000;
}

.header-link-bar {
 background-color: #6796B2;
 font-family: Verdana;
 font-size: 60%;
 font-style: normal;
 line-height: normal;
 font-weight: bold;
 color: #FFFFFF;
 padding: 5px;
}

.header-heading {
 background-color: #6796B2;
 font-family: Verdana;
 font-size: 150%;
 font-style: normal;
 line-height: normal;
 font-weight: bold;
 color: #FFFFFF;
 padding: 5px;
}

a.header-link:link {
 font-family: Verdana;
 font-size: 100%;
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: underline;
}

a.header-link:hover {
 font-family: Verdana;
 font-size: 100%;
 font-weight: bold;
 color: #FF9900;
 text-decoration: underline;
}

a.header-link:visited {
 font-family: Verdana;
 font-size: 100%;
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: underline;
}

.footer-link-bar {
 background-color: #FFFFFF;
 font-family: Verdana;
 font-size: 80%;
 font-style: normal;
 line-height: normal;
 font-weight: bold;
 color: #000000;
}

a.footer-link:link {
 font-family: Verdana;
 font-size: 100%;
 font-weight: bold;
 color: #0000FF;
 text-decoration: underline;
}

a.footer-link:hover {
 font-family: Verdana;
 font-size: 100%;
 font-weight: bold;
 color: #0000FF;
 text-decoration: underline;
}

a.footer-link:visited {
 font-family: Verdana;
 font-size: 100%;
 font-weight: bold;
 color: #0000FF;
 text-decoration: underline;
}

a:link {
 color: 0000FF;
 font-family: Verdana;
 font-size: 100%;
 font-weight: normal;
 text-decoration: underline;
}

a:hover {
 color: #0000FF;
 font-family: Verdana;
 font-size: 100%;
 font-weight: normal;
 text-decoration: underline;
}

a:visited {
 color: 0000FF;
 font-family: Verdana;
 font-size: 100%;
 font-weight: normal;
 font-style: normal;
}

.error-level0 {
 font-family: Verdana;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 background-color: #CCFFCC;
 border: 1px solid #009900;
 line-height: 100%;
}

.error-level1 {
 font-family: Verdana;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 background-color: #FFCC66;
 border: 1px solid #FF9900;
 line-height: 100%;
}

.error-level2 {
 font-family: Verdana;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 background-color: #FFCCCC;
 border: 1px solid #990000;
 line-height: 100%;
}

.error-level3 {
 font-family: Verdana;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 background-color: #FF6666;
 border: 1px solid #660000;
 line-height: 100%;
}

.inputstyle {
 font-family: Verdana;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 background-color: #FFFF99;
 border: 1px solid #333333;
 padding-left: 2px;  /* For Firefox */
}

.inputstylesmall {
 font-family: Verdana;
 font-size: 80%;
 font-weight: normal;
 color: #000000;
 background-color: #FFFF99;
 border: 1px solid #333333;
 padding-left: 2px;  /* For Firefox */
}

.hide {
 font-size: 60%;
 display: none;
}

.show {
 font-size: 60%;
 display: block;
}

.tipbox {
 font-family: Verdana;
 font-size: 60%;
 font-weight: normal;
 color: #000000;
 background-color: #EEFFEE;
 border: 1px solid #33CC33;
 line-height: 100%;
 padding: 2px;
}

.s80 {
 font-size: 80%;
}