/*graysonsloan global style sheet */

/*formatting for global mouseover text */
    a:link  {color:#996600; font-weight: bold; text-decoration:underline;}
    a:visited {color:#996600; font-weight: bold; text-decoration:underline;}
    a:active {color:#CC9933; font-weight: bold; text-decoration:none;}
    a:hover {color:#CC9933; font-weight: bold; text-decoration:none;}
    
	.head_lg {font-family: Palatino, Georgia, Times New-Roman, serif; font-size: 24px; color: #533800; font-style: italic;}
	.head_sm {font-family: Palatino, Georgia, Times New-Roman, serif; font-size: 18px; color: #533800;}
	.body {font-family: Palatino, Georgia, Times New-Roman, serif; font-size: 13px; color: #533800;}
	.copyright {font-family: Palatino, Georgia, Times New-Roman, serif; font-size: 12px; color: #533800;}
	.greenboxtext {font-family: Palatino, Georgia, Times New-Roman, serif; font-size: 12px; color: #000000; padding: 10px;}
	div.greenbox {background-color: #FFFFCC; border: 1px solid #990000;} 

