 .menu {
    position: absolute;
    z-index: 10;
 }

 .menuAnchorTable {

 }

 .menuAnchorCol {
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
   color: black;
   cursor: hand;
   padding-right: 10px;
 }

.menuTable {
    background-image: URL('images/mainBackground.gif');
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;

}

.menuRow {
   font-family: arial;
   font-size: 11px;
   font-weight: normal;
   color: black;
   line-height: 14px;
   cursor: hand;
   overflow: auto;
   text-decoration: none;
   /*
   border-top: 1px solid # 0066CC;
   border-bottom: 1px solid # 0066CC;
   */
}

body {
    background-image: URL('images/mainBackground.gif');
}

.mainTable {
    background-image: URL('images/mainBackground.gif');
}

.topTable {
    background-color: #669999;
	height: 80px;
}

.pageTitle {
    font-family: arial;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    color: black;
}

.columnHeading {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #006666;
}

.contentHeading {
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: black;
}

.contentBlockContentRow {
    //border-left: 1px solid #006666;
    //border-right: 1px solid #006666;
    //border-bottom: 1px solid #006666;
    padding: 2px 2px 2px 2px;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

.dataentry {
    border: 1px solid #99CCFF;
}

A:link, A:visited, A:active {
    text-decoration: underline;
    color: black;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}

A:hover {
    text-decoration: none;
    color: black;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}

.selectStyle {
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    color: black;
}

.redhighlight {
    color: red;
}

.optionA {
    background-color: white;
}

.optionB {
    background-color: #EEEEEE;
}

.imageTable {
    margin-left: 2px;
    border: 1px solid white;
}

.hrcolor {
	color: #FFFFFF;
}

.body {
	margin-left: 0;
      margin-right: 0;
	margin-top: 0;
}

.contentBlockTable {
   margin-bottom: 5px;
}

.contentBlockTitleRow {
    background-color: #006666;
    background-image: URL('images/tableCorner-TR.gif');
    background-position: top right;
    background-repeat: no-repeat;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.text {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}