


#static_wrap {
  border: 8px solid #278637;
  padding: 0px 24px 20px 24px;
  text-align: left;
  background-image: url('../images/tab_page_bg.jpg');
  background-repeat: repeat-x repeat-y;
}

root {
    display: block;
}

body {
    border: 0px;
    margin: 0px;
    padding: 0px;
    color: #0a649d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    background-color: #fff;
    margin: 0px auto 0px auto;
}


h1 {
    color: #0a649d;
    font-size: 110%;
}
h2 {
    color: #0a649d;
    font-size: 100%;
}
h3 {
    color: #0a649d;
    font-size: 90%;
}
h4 {
    color: #0a649d;
    font-size: 90%;
}
h5 {
    color: #0a649d;
    font-size: 90%;
}
ul {
    margin-top:  0px;
}
li {
    /*list-style-type: none;*/
}

a img {
  border: 0px;
}
img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}


.no_bullet {
    list-style-type: none;
}

.ol_abc {
  list-style-type: lower-alpha;
}

.row1 {
    background-color: #E7F7E6;
}

.row2 {
    background-color: #FFF;
}


.blue {
    color: #5899D2;
}
.small {
    font-size: 10pt;
}

#login {
    display: inline;
    position: absolute;
    width: 360px;
    top: 4px;
    left: 574px;
    border: 0px solid green;
    vertical-align: top;
}

#login img {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: -8px;
}

.login {
    font-size: 11px;
    color: #333;
}

a:link, a:visited {
    color: blue;
    text-decoration: underline;
}
a:hover, a:active {
    color: blue;
    text-decoration: none;
}

.answer {
	display: none;
}
