a:link, a:visited, a:active
  { 
  text-decoration: underline;
  font-weight: normal;
  }

a:hover
  { 
  text-decoration: underline;
  font-weight: normal;
  color: #993333;
  }

a.artNav:link
  { 
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
  }
  
a.artNav:visited
  { 
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
  }  
  
a.artNav:hover
  { 
  text-decoration: underline;
  font-weight: bold;
  color: #993333;
  }
  
a.artNav:active
  { 
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
  }

#current
  { 
  text-decoration: none;
  font-weight: bold;
  color: #993333;
  }
  
td, p, ul, dl
  {
  font-family: 'Trebuchet MS',Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  }
  
.bodytext
  {
  font-family: 'Trebuchet MS',Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  margin-right: 25px;
  margin-left: 25px;
  }  

.rightsidetitle
  {
  font-family: 'Trebuchet MS',Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  }

.rightsidetitle2
  {
  font-family: 'Trebuchet MS',Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  margin: 25px 10px 25px 10px;
  }

.rightsidetext
  {
  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  margin: 25px 10px 25px 10px;
  }

th
  {
  font-family: 'Trebuchet MS',Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  }
  
dd
  {
	line-height: 16px;
}

dt
  {
	line-height: 16px;
	}
  
.highlight
  {
  font-family: 'Trebuchet MS',Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #9F3825;
  }
    
.heading  
  {
  font-family: 'Trebuchet MS',Verdana, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #AB562D;
  }
 
.small
  {
  font-family: 'Trebuchet MS',Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  }

.caption
  {
	font-family: 'Trebuchet MS',Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 5px;
}

.footer
  {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
}

.footnote
  {
  font-family: 'Trebuchet MS',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: 'Trebuchet MS',Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.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;
}

.background
{
	background-image: url(images/blank_t-2.gif);
	width: 100%; height: 25px;
}