BODY
{
	background-color:#ffffcc;
	font-weight: normal;
	font-size: 12pt;
	color: black;
	font-family: Arial
}
A
{

  font-weight: normal;
  font-size: 8.5pt;
  color: white;
  font-family: verdana;
  text-decoration: none 
}

A.top
{

  font-weight: normal;
  font-size: 8.5pt;
  color: white;
  font-family: verdana;
  text-decoration: none 
}

A.low   
{

  font-weight: normal;
  font-size: 8.5pt;
  color: black;
  font-family: verdana;
  text-decoration: none 
}

A:hover.low
{
	font-weight: normal;
	font-size: 8.5pt;	
	color:red;
	font-style: normal;
	font-family: verdana;
        text-decoration: underline
}


A.page   
{

  font-weight: normal;
  font-size: 11pt;
  color: black;
  font-family: verdana;
  text-decoration: underline 
}

A:hover.page
{
	font-weight: normal;
	font-size: 11pt;	
	color:red;
	font-style: normal;
	font-family: verdana;
   text-decoration: underline 

}

A:hover
{
	font-weight: normal;
	font-size: 8.5pt;	
	color:#F9FD66;
	font-style: normal;
	font-family: verdana;
	text-decoration: none;
}

A:hover.bottom
{
	font-weight: normal;
	font-size: 8.5pt;	
	color: white;
	font-style: normal;
	font-family: verdana;
	text-decoration: none;
}

TR { 

	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Arial
}
.but {
    border:1px buttonface solid gray;
    font-family:helvetica;
    font-variant: normal;
    font-style: normal;
    font-size: 9pt;
    color: ffffff;
    background-color:black;
    
}
.but2 {
    border:1px buttonface solid gray;
    font-family:helvetica;
    font-variant: normal;
    font-style: normal;
    font-size: 9pt;
    font-weight:bold;
    color: #ffffff;
    width:80;
    height:23
   
}
.but2:hover {
    border:1px buttonface solid gray;
    font-family:helvetica;
    font-variant: normal;
    font-style: normal;
    font-size: 9pt;
    font-weight:bold;
    color: #FFFF00;
    width:80;
    height:23
}
.txt {
    border:outset,1px;
    color: black; 
    background: ffffcc;
    border-color:gray;
    font-family:helvetica;
    font-variant: normal;
    font-style: normal;
    font-size: 8pt;
    width:155;
}
.txtarea {
    border:outset,1px;
    color: black; 
    border-color: black 
    background: ffffff;
    border-color:gray;
    font-family:helvetica;
    font-variant: normal;
    font-style: normal;
    font-size: 8pt;
    width:310;
}
 
.answer {
    border:1px;
    color: black; 
    background: ffffcc;
    border-color:#003366;
    border-bottom-style:outset;
    font-family:helvetica;
    font-variant: normal;
    font-style: normal;
    font-size: 8pt;
}

.button {
	border:outset,1px;
	color: black;
	background: ThreedLightShadow lightgrey;
	border-color: Red;
	font-family:helvetica;
	font-variant: normal;
	font-style: normal;
	font-size: 8pt;
}