BODY {
   background-color: white;
   font-size: 11px;
   font-family: arial, sans-serif;
   margin: 0px;
   color: #333333;
   text-align: center;
   height: 100%;
   width: 100%;
}

TD {
   font-size: 11px;
   font-family: arial, sans-serif;
   color: #333333;
}

IMG {
   border: 0px;
}

SELECT {
   width: 180px;
   font-size: 11px;
   color: #666666;
}

INPUT {
   font-size: 10px;
}

TEXTAREA {
   font-size: 12px;
}

HR {
   height: 1px;
   border: 0px;
   color: #666666;
}

A {
   text-decoration: none;
}

A:visited {
   text-decoration: none;
}

A:hover {
   text-decoration: underline;
}


/* Menu anchor */
A.MenuA {
   color: #666666;
   font-size: 11px;
}

A.MenuA2Selected,A.Item {
   color: #659acf;
   font-size: 11px;
   font-weight: bold;
}


/* Product menu settings
 */
.MenuSetup {
   /* Menu width */
   width: 180px;
   /* Default menu background */
   background-color: #ececec;
   /* Default text */
   color: #666666;
}

/* When menu is closed */
.MenuHeader {
   background-color: #989DA5;
   height: 20px;
   padding-left: 10px;
}

.MenuHeaderText {
   position: relative;
   top: 1px;
   color: white;
   font-weight: bold;
}

.MenuArrowCell {
   width: 10px;
   vertical-align: top;
   padding-top: 2px;
   padding-left: 9px;
}

.MenuSubHeader1 {
   padding-top: 3px;
}

.MenuSubHeader2 {
   padding-left: 10px;
   padding-top: 3px;
   background-color: #f8f8f8;
}

/* When menu is open */
.MenuArrowCellExpanded {
   background-color: #f8f8f8;
   vertical-align: top;
   padding-top: 2px;
   padding-left: 9px;
}

.MenuSubHeader1Expanded {
   font-weight: bold;
   background-color: #f8f8f8;
   padding-top: 3px;
}

.MenuSubHeader2Expanded {
   font-weight: bold;
   background-color: #f8f8f8;
   padding-left: 10px;
   padding-top: 3px;
}
/**** End of menu settings ***/

/* Page classes
 */


.Text {
   font-size: 11px;
   font-family: arial, sans-serif;
   color: #333333;
   line-height: 16px;
}


.WhiteText {
   font-size: 11px;
   font-weight: normal;
   font-family: arial, sans-serif;
   color: white;
   line-height: 16px;
}

.WhiteTextHeader {
   font-size: 11px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: white;
   line-height: 16px;
}

.CatHeader {
   font-size: 21px;
   color: #425273;
   font-weight: normal;
}

.CatSubHeader {
   font-size: 14px;
   font-weight: bold;
   color: #666666;
}


.Cat2TableHead {
   background-color: #659acf;
   color: white;
   height: 20px;
}


.Edit {
   width: 120px;
   font-size: 10px;
   border: 0px;
   background-color: #F8F8F8;
}

.SmallHeader {
   font-size: 11px;
   font-weight: bold;
   color: #666666;
}

.White {
   color: white;
}

.Cat2Anchor {
   color: #659acf;
}

.GrayText {
   font-size: 11px;
   font-weight: normal;
   font-family: arial, sans-serif;
   color: #333333;
   line-height: 16px;
}

.GrayTextHeader {
   font-size: 11px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #333333;
   line-height: 16px;
}

.InTextAnchor {
   color: #666666;
   text-decoration: none;
}

