/* Created for Happ Contractors Aug, 2004
	by Ravine Design and Advertising
	author: Stephanie Heil
	
	Please document all styles and modifications.
*/



/*----------------default styles---------------*/

/* default styles for text within <td>, <p>, <b>, and <i> respectively */
td		{ font-family: Arial, sans-serif; font-size: 11px; color: black;}
p		{ font-family: Arial, sans-serif; font-size: 11px; color: black;}
b		{ font-family: Arial, sans-serif; font-weight: bold; font-size: 11px;}
i		{ font-family: Arial, sans-serif; font-style: italic; font-size: 11px; }


/*----------------special text styles---------------*/


/*bold  text used in blue bar text area*/
.boldSub
{
	font-family: Arial, sans-serif;
	color: #000033;
	font-size: 12px;
	font-weight : bold;
	font-style: italic;
}



/*text in footer area that isn't linked */
.footer
{
	font-family: Arial, sans-serif;
	color: #000033;
	font-size: 11px;
}



/* controls form element presentation in browsers*/
.sizefix 
{
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	height : 20px;
}



/*----------------special link styles---------------*/

/*style for regular links.*/
a:hover { font-family: Arial, sans-serif; color: #000033; text-decoration: underline; font-size: 11px; } 
a:link  { font-family: Arial, sans-serif; color: #000033; text-decoration: underline;  font-size: 11px; } 
a:visited { font-family: Arial, sans-serif; color: #000033; text-decoration: underline;  font-size: 11px;} 
a:active { font-family: Arial, sans-serif; color: #000033; text-decoration: underline; font-size: 11px; }

/*style for sidebar links.*/
a.side:hover { font-family: Arial, sans-serif; color: #993300; text-decoration: underline; font-size: 11px; } 
a.side:link  { font-family: Arial, sans-serif; color: #993300; text-decoration: underline;  font-size: 11px; } 
a.side:visited { font-family: Arial, sans-serif; color: #993300; text-decoration: underline;  font-size: 11px;} 
a.side:active { font-family: Arial, sans-serif; color: #993300; text-decoration: underline; font-size: 11px; }





