body {
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
  background: #AA7B0F url(images/mainBg.png) repeat-x left top;
  padding-top: 30px;
}

a{
  color: #0099FF;
  text-decoration: underline;
}

a:hover{
  color: #0066FF;
  text-decoration: none;
}

td {
        font-family: "Ms Sans Serif", Arial, Tahoma;
        font-size: 12px;
        color: #666666;
}

h1 {
  font: normal 26px Arial, Helvetica, sans-serif;
  color: #1D68A5;
}

.menuBg {
  background: #1D68A6 url(images/menuBg.png) repeat-x left top;
  color: #FFFFFF;
}
.menuItem {
  background: url(images/menuSeporator.png) no-repeat right bottom;
  font-size: 12px;
  color: #FFFFFF;
}
.menuItem a{
  color: #FFFFFF;
  text-decoration: none;
}
.menuItem a:hover{
  color: #00CCFF;
}


.border {
        background-color: #FFFFFF;
}
.area1Bg {
        background-color: #FFFFFF;
        background-image: url(images/areaBg.gif);
        background-repeat: repeat-x;
        background-position: left top;
}
.bottomShadow {
        background-color: #204000;
        background-image: url(images/bottomShadow.gif);
        background-repeat: repeat-x;
        background-position: left top;
}
.copyrightText {
        font-family: "Ms Sans Serif", Arial, Tahoma;
        font-size: 11px;
        color: #FFFFFF;
}
.copyrightText a{
        color: #FFFFFF;
        text-decoration: none;
}
.copyrightText a:hover{
        color: #FFFFFF;
        text-decoration: underline;
}
.headerImage {
        background-color: #378717;
        /*background-image: url(images/topImage.jpg);*/
        background-repeat: no-repeat;
        background-position: left top;
}
.menuArea {
        color: #FFFFFF;
        background-color: #001D80;
        background-image: url(images/menuBg.gif);
        background-repeat: repeat-x;
        background-position: bottom;
}
.menuText {
  background: url(images/menuSeporator.png) no-repeat right bottom;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  font-weight:bold;
  /*margin-left:5px;*/
}
.menuTextHover{
        font-size: 12px;
        background: url(images/menuSeporator.png) no-repeat right bottom;
        color: #00CCFF;
  text-align: center;
  font-weight:bold;
  margin-left:5px;
}
.menuSubText {
        font-size: 10px;
        color: #FFFFFF;
  background: #1D68A6;
  text-align: left;
  font-weight:bold;
    /*border-bottom: #001B7A 1px solid;*/
  border-bottom: #fff 1px solid;
   padding-left: 10px;
}
.menuSubTextHover{
        font-size: 10px;
        color: #00CCFF;
  text-align: left;
  font-weight:bold;
    border-bottom: #fff 1px solid;
   padding-left: 10px;
}
.menuSubTable{
        background-color: #1D68A6;
    border-top: #fff 1px solid;
    bborder-left: #fff 1px solid;
    border-right: #fff 1px solid;
}

.mainArea {
        font-family: "Ms Sans Serif", Arial, Tahoma;
        font-size: 14px;
        color: #000000;
        ppadding-right: 20px;
        padding-bottom: 20px;
        ppadding-left: 20px;
  background: #FFFFFF;
}
.mainArea a{
        color: #0099FF;
        text-decoration: underline;
}
.mainArea a:hover{
        color: #0066FF;
        text-decoration: underline;
}

.mainArea table {
        font-family: "Ms Sans Serif", Arial, Tahoma;
        font-size: 14px;
        color: #000000;
        background: #FFFFFF;
}


.subArea {
  background: url(images/leftAreaBorder.gif) no-repeat left top;
  font-size: 11px;
  color: #000000;
}


.area2Bg {
        background-color: #FFFFFF;
        background-image: url(images/dots.gif);
        background-repeat: repeat-y;
        background-position: left top;
}

.oddRow{
 font-family: "Ms Sans Serif", Arial, Tahoma;
 color: #666666;
 background-color: #DFECE1;
 font-size: 11px;
}

.oddRow a{
 color: #666666;
 text-decoration: underline;
}

.oddRow a:hover{
 color: #666666;
 text-decoration: underline;
}

.evenRow {
 font-family: "Ms Sans Serif", Arial, Tahoma;
 color: #666666;
 background-color: #DFEAEC;
 font-size: 11px;
}

.evenRow a{
 color: #666666;
 text-decoration: underline;
}

.evenRow a:hover{
 color: #666666;
 text-decoration: underline;
}

.tableHeader{
        font-family: "Ms Sans Serif", Arial, Tahoma;
        font-size: 11px;
        color: #FFFFFF;
        background-color: #237DC6;
}

.table{
 background-color: #FFFFFF;
}

input, select {
        font-family: "Ms Sans Serif", Arial, Tahoma;
        font-size: 11px;
        color:#666666:
}
.inputBig {
        width: 300px;
}
.inputBigMed {
        width: 280px;
}
.inputMed {
        width: 150px;
}
.inputSmall {
        width: 80px;
}
.inputTiny {
        width: 40px;
}
.darkRedText {
        font-size: 13px;
        color: #F00439;
        font-weight: bold;
}

.contentArea {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 20px;
  font-size: 12px;
  color: #000000;
}
.copyrightArea {
  font-size: 11px;
  color: #FFFFFF;
}
.copyrightArea a{
  color: #FFFFFF;
}
.copyrightArea a:hover{
  color: #FFFFFF;
}
