/* CSS Document */


/*** General Content ***/


body, p, td, li, ol, ul, blockquote {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	background-color: #ffffff;
}

 a {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	color: #E5242A;
	font-weight: bold;
	text-decoration: none;
}

 a:hover,  a:active{
	color: #7B7396;
	text-decoration: underline;
}


 a:visited{
	color: #666666;
	text-decoration: underline;
}


blockquote {
	font-style: italic;
}


.haddress {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-align: right;
}


.bullets {
	font-size: 10px;
	padding: 1px;
}


.hname {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: right;
}


.footer {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}


 a.hemail:link,  a.hemail:visited{
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: right;
	text-decoration: none;
}

 a.hemail:hover,  a.hemail:active{
	font-weight: bold;
	text-decoration: underline;
}



h3 {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	text-align: right;
}

h4 {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #E5242A;
}




/*** Vertical Navigation ***/

.vertnav a{
  font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  color: #cccccc;
  background-color: #000000;
  display: block;
  width: 200px;
  padding: 5px;
}
.vertnav a:hover{
  color: #E5242A;
  background-color: #cccccc;
}



