

body,td        {
	font-size: 12px;
	line-height: 15px;
	color: black;
	font-family: lucida console, courier new, courier, monospace, lucida sans, trebuchet ms, arial;
       }


.bodytext {
	width: 600px;
}	

.chapter {
	border-top: white 50px solid;
	font-weight: bold;
	width: 920px;
	font-size: 20px;
	line-height: 24px;
	background-color: black;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: courier new, courier, monospace;
}
.subchapter {
	padding-top: 6px;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	font-family: courier new, courier, monospace;
}


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: 10px;
    line-height: 13px;
    font-family: lucida sans, trebuchet ms, arial;
    color: white; text-decoration: none;
       }
a.menu:active     {   text-decoration: underline; }
a.menu:hover      {  text-decoration: underline; }


  .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: black;
    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: #eaeaea;
 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;
}

