/*
red: #b5121b;
purple: #742468;
*/


p,td {
  font-family: arial, helvetica, sans-serif ;
  font-size: 12px ;
  color: #000000 ;
  line-height: 1.25em;
}
.blockquote {
 margin-right:0px;
 margin-left:20px;
}
.headertitle
  {
  font-family: arial, helvetica, sans-serif ;
  font-size: 22px ;
  line-height: 1.25em ;
  color: #b5121b ;
  }
.header1
  {
  font-family: arial, helvetica, sans-serif ;
  font-size: 15px ;
  font-weight: bold ;
  line-height: 1.25em ;
  color: #b5121b ;
  }
  
  .header5
  {
  font-family: arial, helvetica, sans-serif ;
  font-size: 15px ;
  font-weight: bold ;
  line-height: 1.25em ;
  color: #742468 ;
  }
  
.foot
  {
  font-family: arial, helvetica, sans-serif ;
  font-size: 9px ;
  font-weight: bold ;
  line-height: 1.25em ;
  color: #981734 ;
  }
.light_email
  {
  font-family: arial, helvetica, sans-serif ;
  font-size: 9px ;
  line-height: 1.25em ;
  color: #c0c0c0 ;
  text-decoration: underline
  }
.contact
  {
  font-family: arial, helvetica, sans-serif ;
  font-size: 9px ;
  line-height: 1.25em ;
  color: #c0c0c0 ;
  }
.header2
  {
  font-family: arial, helvetica, sans-serif ;
  font-size: 14px ;
  font-weight: bold ;
  line-height: 1.1em ;
  color: #b5121b ;
  }
.header3
  {
  font-weight: bold ;
  color: #b5121b ;
  }
.table_title_bold
{
  font-weight:bold;
}
.steering_table
  {
  border-collapse:collapse;
  line-height: 1.5em;
  border-color:#cccccc;
  border-bottom-style:solid;
  border-bottom-width: thin;
  }
.italic
  {
  font-style:italic;
  }
/* link colors & effects */
a:link
  {
  color: #742468 ;
  text-decoration: none ;
  }
a:visited
  {
  color: #742468 ;
  text-decoration: none ;
  }
a:hover
  {
  color: #742468 ;
  text-decoration: underline ;
  }
a:active
  {
  color: #742468 ;
  text-decoration: underline ;
  }
  
  
  
  
  
  
  
  
  
  
/*****************
contact form
*****************/



#contact-wrapper {
	width:430px;
	padding:20px;
}

#contact-wrapper div {
	clear:both;
	margin:1em 0;
}

#contact-wrapper label {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	display:block;
	float:none;
	font-size:12px;
	color:#000000;
	width:auto;
}

form#contactform input {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:12px;
	color:#000000;
}

form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
	padding:0.6em 0.5em 0.7em;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

p.error{
		color:#b5121b;

}


p.thanks{
		color:#742468;
}
