/* Created for GHR 09/03
	by Ravine Design and Advertising
	author: Stephanie Sundahl
	
	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: #000000;}
p		{ font-family: Arial, sans-serif; font-size: 11px; color: #000000;}
b		{ font-family: Arial, sans-serif; font-weight: bold; font-size: 11px; color: #000000;}
i		{ font-family: Arial, sans-serif; font-style: italic; font-size: 11px;  color: #000000;}


/*----------------special text styles---------------*/

/*text in footer area that isn't linked */
.footer
{
	font-family: Arial, sans-serif;
	color: #999999;
	font-size: 11px;
}


/* controls form element presentation in browsers*/
.sizefix 
{
	font-family: Arial, mono;
	background-color: #FFFFFF;
}

/* background color for image border area*/
.bg2 
{
	
	background-color: #000000;
}

/*----------------special link styles---------------*/
/*style for  reg. links.
a:hover { font-family: Arial, sans-serif; color: #666699; text-decoration: underline; font-size: 12px; } 
a:link  { font-family: Arial, sans-serif; color: #666699; text-decoration: underline;  font-size: 12px; } 
a:visited { font-family: Arial, sans-serif; color: #666699; text-decoration: underline;  font-size: 12px;} 
a:active { font-family: Arial, sans-serif; color: #666699; text-decoration: underline; font-size: 12px; } */

/*style for regular links.*/
a.reg:hover { font-family: Arial, sans-serif; color: #006600; text-decoration: underline; font-size: 11px; } 
a.reg:link  { font-family: Arial, sans-serif; color: #006600; text-decoration: underline;  font-size: 11px; } 
a.reg:visited { font-family: Arial, sans-serif; color: #006600; text-decoration: underline;  font-size: 11px;} 
a.reg:active { font-family: Arial, sans-serif; color: #006600; text-decoration: underline; font-size: 11px; } 

/*style for bold links.*/
a.bold:hover { font-family: Arial, sans-serif; color: #006600; text-decoration: underline; font-size: 11px; font-weight: bold;} 
a.bold:link  { font-family: Arial, sans-serif; color: #006600; text-decoration: underline;  font-size: 11px; font-weight: bold; } 
a.bold:visited { font-family: Arial, sans-serif; color: #006600; text-decoration: underline;  font-size: 11px; font-weight: bold;} 
a.bold:active { font-family: Arial, sans-serif; color: #006600; text-decoration: underline; font-size: 11px; font-weight: bold; } 

.link {
	font-family: Arial, sans-serif; font-size: 11px; COLOR: #000000; TEXT-DECORATION: none; font-weight: bold;
}
.alink {
	font-family: Arial, sans-serif; font-size: 11px; COLOR: red; TEXT-DECORATION: underline; font-weight: bold;
}
.vlink {
	font-family: Arial, sans-serif; font-size: 11px; COLOR: #000000; TEXT-DECORATION: none; font-weight: bold;
}


