body {
   background-color: #f1f1f1;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   margin: 0;
   text-align: center;
}

a:link {
   color: #095ba6;
   text-decoration: none;
}

a:visited {
   color: #095ba6;
   text-decoration: none;
}

a:hover {
   color: #0082d1;
   text-decoration: none;
}

a:active {
   color: #0082d1;
   text-decoration: none;
}

table {
   font-size: 10pt;
}

.bordered {
   font-size: 10pt;
   border: 1px solid #c0c0c0;
   border-collapse: collapse;
}

td {
   font-size: 10pt;
}

th {
   font-size: 10pt;
}

div {
   text-align: left;
   margin: auto;
}

h1 {
   font-size: 14pt;
   color: #095ba6;
}

h2 {
   font-size: 12pt;
   text-transform: uppercase;
   color: #095ba6;
   margin-top: 3px;
   margin-bottom: 3px;
   border-bottom: 1px solid #ededed;
}

h3 {
   font-size: 12pt;
   color: #095ba6;
   margin-top: 3px;
   margin-bottom: 3px;
}

h4 {
   font-size: 10pt;
   text-decoration: italic;
   margin-top: 0px;
   margin-bottom: 10px;
   color: #c00000;
}

p {
   text-align: left;
}

.nav {
   color: #ffffff;
   font-weight: bold;
   width: 198px;
   height: 34px;
   background-image: url('images/nav_link_n.png');
   text-align: center;
   vertical-align: center;
   cursor: pointer;
}

em {
   color: #000000;
   text-decoration: none;
   font-weight: bold;
   font-style: normal;
}

.note {
   font-size: 8pt;
   display: inline;
}

hr {
   color: #095ba6;
   height: 1px;
   margin: 0px;
}

form {
   margin: 0px;
}

input, select {
   font-size: 10pt;
}

ul {
   margin-top: 3px;
   margin-left: 1em;
   padding-left: 1em;
   list-style-type: none;
}

div.news {
   width: 98%;
   cursor: pointer;
}

div:hover.news {
   background-color: #ffffaa;
}

#news em {
   font-weight: normal;
   font-style: italic;
}

.maskLayer {
   display: none;
   position: absolute;
   top: 0px;
   left: 0px;
   opacity: 0.6;
   filter: alpha(opacity=60);
   background-color: #ffffff;
   z-Index: 1000;
}

.dialogueLayer {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 350px;
   height: auto;
   display: none;
   z-Index: 1001;
   border: 1px solid #000000;
   background-color: #ffffff;
   vertical-align: middle;
   padding: 10px;
}

#mainnav {
   padding: 0;
   margin: 0;
   list-style: none;
   font-weight: bold;
}

#mainnav li a {
   display: block;
   margin: 1px;
   width: 198px;
   height: 34px;
}

#mainnav li a:link { color: #ffffff; background-image: url('images/nav_link_n.png'); }
#mainnav li a:visited { color: #ffffff; background-image: url('images/nav_link_n.png'); }
#mainnav li a:hover { color: #ffffff; background-image: url('images/nav_link_o.png'); }

#mainnav li a#currentmain { background-image: url('images/nav_link_o.png'); }

#navlist {
   padding: 0 0 3px 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 10;
   margin-bottom: 10;
   list-style: none;
   font-size: 8pt;
}

#navlist li {
   display: inline;
}

#navlist li a {
   padding: 2px;
   border: 1px solid #095ba6;
   background: #dedede;
}

#navlist li a:link { color: #095ba6; }
#navlist li a:visited { color: #095ba6; }
#navlist li a:hover { color: #ffffff; background: #0082d1; }

#navlist li a#current {
   background: #ffffff;
   border-bottom: 1px solid #ffffff;
}

#navlist li a:hover#current { color: #000000; }

#newsticktext a:link {
   color: #c00000;
   font-weight: bold;
   text-decoration: none;
}

#newsticktext a:visited {
   color: #c00000;
   font-weight: bold;
   text-decoration: none;
}

#newsticktext a:hover {
   color: #c00000;
   font-weight: bold;
   text-decoration: none;
}

#newsticktext a:active {
   color: #c00000;
   font-weight: bold;
   text-decoration: none;
}
