

body,td        {
    font-size: 11px;
    line-height: 13px;
    color: black;
    font-family: courier new, courier, arial, lucida sans, trebuchet ms, arial;
       }
body {
    background-color: yellow;
}

a:link,a:visited       {
    color: black; text-decoration: underline;
       }
a:active     {   text-decoration: none; }
a:hover      {  text-decoration: none; }

a.menu:link,a.menu:visited       {
    font-size: 14px;
    line-height: 18px;
    font-family: lucida sans, trebuchet ms, arial;
    color: black; text-decoration: none;
    font-weight: bold;
       }
a.menu:active     {   color: red; text-decoration: none; }
a.menu:hover      {  color: red; text-decoration: none; }

img { border-color: black; }

.menu {
    font-size: 14px;
    line-height: 18px;
    font-family: lucida sans, trebuchet ms, arial;
    color: #FD8492; text-decoration: none;
    font-weight: bold;
}

  .foot       {
          font-size: 9px; color: #eaeaea; padding-left: 10px; 
          padding-top: 5px; 
          border-style: solid; border-width: 1px 0px 0px 0px;
          border-color: #802040;
       }









input,select {
    font-family: arial, helvetica;
    font-size: 9px; line-height: 10px;
    color: black;
    BORDER-RIGHT: #889988 1px solid; BORDER-TOP: #889988 1px solid; BACKGROUND-COLOR: white; BORDER-LEFT: #889988 1px solid; BORDER-BOTTOM: #889988 1px solid; HEIGHT: 18px;
}
input.sm {
    HEIGHT: 10px;
}
textarea {
    font-family: trebuchet ms, arial, helvetica;
    font-size: 10px;
    color: white;
    BORDER-RIGHT: #889988 1px solid; BORDER-TOP: #889988 1px solid; BACKGROUND-COLOR: white; BORDER-LEFT: #889988 1px solid; BORDER-BOTTOM: #889988 1px solid;
}

select.b {
 background-color: #f02040; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; 
}
input.b, textarea.b {
 color: #fafafa;
 padding-left: 3px;
 font-size: 11px;
 background-color: #f02040; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; 
}

.warning {
    color: red;
}

#dhtmltooltip {
	position: absolute;
	width: 250px;
	border: 1px solid black;
	color: black;
	padding: 3px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
}


