/* Created for Jodee Blanco 07.05
	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: 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---------------*/

/* default styles for text within news table */
td.news		{ font-family: Arial, sans-serif; font-size: 11px; color: #000000;}
b.news		{ font-family: Arial, sans-serif; font-weight: bold; font-size: 11px; color: #000000;}
i.news		{ font-family: Arial, sans-serif; font-style: italic; font-size: 11px;  color: #000000;}
a.news:link		{ font-family: Arial, sans-serif; font-size: 11px;  color: #666699;}
a.news:hover		{ font-family: Arial, sans-serif; font-size: 11px;  color: #666699;}
a.news:visited		{ font-family: Arial, sans-serif; font-size: 11px;  color: #666699;}
a.news:active		{ font-family: Arial, sans-serif; font-size: 11px;  color: #666699;}

.smB		{ font-family: Arial, sans-serif; font-weight: bold; font-size: 12px; color: #333366;}

.smG		{ font-family: Arial, sans-serif; font-weight: bold; font-size: 12px; color: #333333;}

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


/* controls form element presentation in browsers*/
.sizefix 
{
	font-family: Arial, mono;
	background-color: #FFFFFF;
}

/* denotes required fields in form */
.required
{
	font-family: Verdana, sans-serif;
	color: red;
	font-size : 10px;
}

/* example text */
.eg
{
	font-family: Arial, sans-serif;
	color: #808080;
	font-size : 11px;
}

/* quote under book on pages */
.quote
{
	font-family: Times New Roman, Times, serif;
	color: #666666;
	font-size : 13px;
	font-weight: bold;
	font-style: italic;
	
}

/* quote attribute under book on pages */
.quoteAtt
{
	font-family: Times New Roman, Times, serif;
	color: #666666;
	font-size : 12px;
	font-weight: bold;
}
/*----------------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  subnav links.*/
a.sub:hover { font-family: Arial, sans-serif; color: #663333; text-decoration: underline; font-size: 11px; } 
a.sub:link  { font-family: Arial, sans-serif; color: #663333; text-decoration: underline;  font-size: 11px; } 
a.sub:visited { font-family: Arial, sans-serif; color: #663333; text-decoration: underline;  font-size: 11px;} 
a.sub:active { font-family: Arial, sans-serif; color: #663333; text-decoration: underline; font-size: 11px; }

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

.highlight {
	background-color: #FFFF99;
}
