/* old css from previous developer*/

a:active     { color: #638EA3 }

a:hover      { color: #3C6088 }

a:link       { color: #638EA3 }

a:visited    { color: #638EA3 }


body         { font-family: Arial; font-size: 9pt }

html         { font-family: Arial; font-size: 9pt }

blockquote {
  background: transparent url(quoleft.png) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(quoright.png) right bottom no-repeat;
}


/* new css added March 2009, Mike Salcedo */
H2 {font-size: medium; color: #9B781F; margin:0; padding:0;}

.HeaderMain { 	font-family: Times; font-size: 18pt; color:#870c0a;
			 }			 
.content { 	font-family: Arial; 
			font-size: 9pt; 
			border-bottom:#999999 solid 1px; 
			padding-bottom:20px;
			 }
			 
.content a:hover { 	color:black;
			 }
			 
.rightbar { background-color:#666; font: Arial, Helvetica, sans-serif bold; padding-left:10px }


