a:link, a:visited, a:active
  { 
  text-decoration: underline;
  font-weight: normal;
  }

a:hover
  { 
  text-decoration: underline;
  font-weight: normal;
  color: #999999;
  }
  
td, p, ul, dl
  {
  font-family: TIMES NEW ROMAN;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  }

th
  {
  font-family: TIMES NEW ROMAN;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  }
  
dd
  {
	line-height: 16px;
	}

dt
  {
	line-height: 16px;
	}
  
.highlight
  {
  font-family: TIMES NEW ROMAN;
  font-weight: bold;
  color: #663333;
  }
    
.heading  
  {
  font-family: TIMES NEW ROMAN;
  font-size: 18px;
  font-weight: bold;
  color: #440E62;
  }
 
.xlarge
  {
  font-family: TIMES NEW ROMAN;
  font-size: 24px;
  font-weight: normal;
  color: #666666;
  }
  
  .large
  {
  font-family: TIMES NEW ROMAN;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  }

.small
  {
  font-family: TIMES NEW ROMAN;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  }

.footer
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
  }

.footnote
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
  }

.field, .widefield, .textarea, .widetextarea, .select, .button
{
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.field {height: 20px; width: 140px;}

.widefield {height: 20px; width: 300px;}

.textarea {width: 160px;}

.widetextarea {width: 300px;}

.select {height: 17px; width: 160px;}

.button
{
	background-color: #eeeeee;
	height: 20px;
	text-align: center;
}