/* 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: #3b297d;
	background-color: #ffffff;
}

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

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


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




.address {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #3b297d;
	text-align: right;
}


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


.name {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	color: #3b297d;
	text-align: right;
}


.tagline {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 14px;
	color: #3b297d;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}


.header {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 18px;
	color: #3b297d;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}


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


.small {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 10px;
	font-weight: normal;
}

.smaller {
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 8px;
	font-weight: normal;
}

 a.hdremail:link,  a.hdremail:visited{
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #3b297d;
	text-align: right;
	text-decoration: none;
}

 a.hdremail:hover,  a.hdremail:active{
	text-decoration: underline;
}

 a.top:link,  a.top:visited{
	font-family: Trebuchet MS, Arial, Helvetica, 'MS Sans Serif';
	font-size: 10px;
	font-weight: bold;
	color: #3b297d;
	text-decoration: none;
}

 a.top:hover,  a.top:active{
	text-decoration: underline;
}



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

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




/*** 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: #e8e6cf;
  background-color: #3b2976;
  display: block;
  width: 200px;
  padding: 5px;
}
.vertnav a:hover{
  color: #8b442e;
  background-color: #e8e6cf;
}


/***Easton Mortgage Form Classes ***/


.contentarea
{
    padding-right: 3pt;
    padding-left: 3pt;
    font-size: 10pt;
    padding-bottom: 1pt;
    color: #663300;
    padding-top: 2pt;
    font-family: verdana, tahoma;
    background-color: white
}

.buttonstyle
{
    font-weight: bold;
    font-size: 10pt;
    color: midnightblue;
    font-family: tahoma
}


