
html, body,
div, p, form, input, textarea, select, ul, ol, dl, dt, dd, li,
h1, h2, h3, h4, h5, h6 {
   font-family: Verdana, Verdana, Geneva, sans-serif;
   font-size: 11px;
   margin: 0;
   padding: 0;
}

a {
   color: #478096;
   cursor: pointer;
}
   a:hover {
      color: #e33229;
   }

img {
   border: 0;
}

h1,
h2,
p,
.content ul,
.content ol {
   margin-bottom: 1em;
}
   .content ul,
   .content ol {
      margin-left: 2em;
   }

.content .noMargin {
   margin: 0;
}

h1,
h2 {
   font-family: Century Gothic, Tahoma, Geneva, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #000;
   line-height: normal;
}


form td {
   vertical-align: top;
}

input,
select,
textarea {
   width: 180px;
}
   input#submit,
   input.radio {
      width: auto;
   }
textarea {
   height: 90px;
}


#subMenu .newsList {
   line-height: 15px;
}
   #subMenu .newsList li {
      width: 250px;
      padding: 6px 0 6px 20px;
   }
   #subMenu .newsList a {
      float: none;
   }

