html {
  height: 100%;
  overflow-y: scroll;
}

/* links */
a { font-size: 12px; text-decoration: none; font-family: verdana,arial; }
a.menu:link    { color: #669668; text-decoration: none; }
a.menu:visited { color: #669668; text-decoration: none; }
a.menu:hover   { color: #669668; text-decoration: none; }
a.menu:active  { color: #669668; text-decoration: none; }
a:link         { color: #669668; text-decoration: underline; }
a:visited      { color: #669668; text-decoration: underline; }
a:hover        { color: #669668; text-decoration: none; }
a:active       { color: #669668; text-decoration: none; } 


/* structure styles */
hr          { background-color: #aaa; color: #aaa; border: 0; height: 1px; }
img         { border: none; }
a.img       { text-decoration: none; }
table,tr,td { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color: #666; border-width: 0px; }

.lined      { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color: #666; border: 1px solid #666; background-color:#FEFEFC; }
.redlined   { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color: #666; border: 1px dashed #FA646E; background-color:#FEFEFC; }
.headline   { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color: #666; line-height: 0.5em; }
.text       { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color: #666; line-height: 1.6em; }
.text2      { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color: #666; line-height: 1.6em; }
.pic        { border-style: solid; border-width: 1px; border-color: #000000; }
.bgcolor    { background-color: #FCFCFC; }
.bgcolor2   { background-color: #C9D8E8; }


/* important styles */
.small      { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 10px; color: #666; }
.smallhigh  { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 10px; color: #669668; }
.normal     { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color: #666; }
.head       { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color: #669668; font-weight: bold; }
.high       { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color: #669668; }
.high2      { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 10px; color: #A0A0A0; }
.low        { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color: #AAAAAA; }

.ok         { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color:#56D052; }
.error      { font-family: verdana,arial,'Lucida Grande',sans-serif; font-size: 12px; color:#FA646E; }


/* Inputs */
input       { border-style: dashed; border-width: 0px; border-color: #669668; font-size: 10px; font-family: verdana,arial,'Lucida Grande',sans-serif; color: #666; }
select      { border-style: dashed; border-width: 0px; border-color: #669668; font-size: 10px; font-family: verdana,arial,'Lucida Grande',sans-serif; color: #666; }
.code       { border-style: dashed; border-width: 0px; border-color: #669668; font-size: 10px; font-family: verdana,arial,'Lucida Grande',sans-serif; color: #666; background-color: #fff; }
.select     { border-style: dashed; border-width: 0px; border-color: #669668; font-size: 10px; font-family: verdana,arial,'Lucida Grande',sans-serif; color: #666; }
.button     { border-style: solid;  border-width: 0px; border-color: #669668; font-size: 10px; font-family: verdana,arial,'Lucida Grande',sans-serif; color: #666; background-color: #fff; }
.box        { border-style: none;  font-size: 10px; font-family: verdana,arial,'Lucida Grande',sans-serif; color: #666; background-color: #F2F8FF; }
.box2       { border-style: none; }


/* Body + Textareas */
body      {          
          font-family: verdana,arial,'Lucida Grande',sans-serif;
          font-size: 12px;
          color: #666;
          background-image: url(../gfx/bg.gif);
		        background-color: #FDECBE;
          }
textarea  {
          background-color: #fff;
          color: #666;
          font-family: verdana,arial,'Lucida Grande',sans-serif;
          font-size: 10px;
          border-style: dashed; 
          border-width: 0px;
          border-color: #669668;
		  }
textarea.scroll { 
          background-color: #fff;
          color: #666;
          font-family: verdana,arial,'Lucida Grande',sans-serif;
          font-size: 10px;
          border-style: dashed; 
          border-width: 0px;
          border-color: #669668;
		  }