/* Created for Core Financial 02.05
	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: 12px; color: #000000;}
p		{ font-family: Arial, sans-serif; font-size: 12px; color: #000000;}
b		{ font-family: Arial, sans-serif; font-weight: bold; font-size: 12px; color: #000000;}
i		{ font-family: Arial, sans-serif; font-style: italic; font-size: 12px;  color: #000000;}


/*----------------special text styles---------------*/

/* blue text used for address and phone */
.coreBlue 
{
	font-family: Arial Narrow, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}

/* text used in footer */
.footer 
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	
}

/* text used in quotes */
.quote
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	
}

/* small text */
.sm
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	
}

/* controls form element presentation in browsers*/
.sizefix 
{
	font-family: Courier, mono;
	background-color: #FFFFFF;
	height : 16px;
}


/* blue background for footer */
.bg1
{ background-color: #006699; }

/* white background  */
.bgW
{ background-color: #FFFFFF; }

/* background for quotes box */
.box
{ background-color: #FF9933; }


/*----------------special link styles---------------*/
/*style for  reg. links.*/
a.link:hover { font-family: Arial, sans-serif; color: #FF9933; text-decoration: underline; font-size: 12px; } 
a.link:link  { font-family: Arial, sans-serif; color: #FF9933; text-decoration: underline;  font-size: 12px; } 
a.link:visited { font-family: Arial, sans-serif; color: #FF9933; text-decoration: underline;  font-size: 12px;} 
a.link:active { font-family: Arial, sans-serif; color: #FF9933; text-decoration: underline; font-size: 12px; }

/*style for  footer links.*/
a.footer:hover { font-family: Arial, sans-serif; color: #FFFFFF; text-decoration: underline; font-size: 11px; } 
a.footer:link  { font-family: Arial, sans-serif; color: #FFFFFF; text-decoration: underline;  font-size: 11px; } 
a.footer:visited { font-family: Arial, sans-serif; color: #FFFFFF; text-decoration: underline;  font-size: 11px;} 
a.footer:active { font-family: Arial, sans-serif; color: #FFFFFF; text-decoration: underline; font-size: 11px; }

.navOff
{
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none
}

.navOn
{
  color: #FF9933;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

