/* please comment and document all modifications
 Created by Stephanie Sundahl, Ravine Design & Advertising
 for Mellon Webster Shelly
 02.02*/


/* text links. */
a:hover { font-family: Helvetica, sans-serif; color: #000099; text-decoration: underline; font-size: 11px; } 
a:link  { font-family:  Helvetica, sans-serif; color: #000099; text-decoration: underline;  font-size: 11px; } 
a:visited { font-family:  Helvetica, sans-serif; color: #000099; text-decoration: underline;  font-size: 11px;} 
a:active { font-family:  Helvetica, sans-serif; color: #000099; text-decoration: underline; font-size: 11px }

/* bold links. */
a.bold:hover { font-family:  Helvetica, sans-serif; color: #000099; text-decoration: underline; font-size: 14px; font-weight: bold; } 
a.bold:link  { font-family:  Helvetica, sans-serif; color: #000099; text-decoration: underline;  font-size: 14px; font-weight: bold; } 
a.bold:visited { font-family:  Helvetica, sans-serif; color: #000099; text-decoration: underline;  font-size: 14px; font-weight: bold;} 
a.bold:active { font-family:  Helvetica, sans-serif; color: #000099; text-decoration: underline; font-size: 14px; font-weight: bold; }

/* footer links. */
a.footer:hover { font-family:  Helvetica, sans-serif; color: gray; text-decoration: underline; font-size: 11px; } 
a.footer:link  { font-family:  Helvetica, sans-serif; color: gray; text-decoration: underline;  font-size: 11px; } 
a.footer:visited { font-family:  Helvetica, sans-serif; color: gray; text-decoration: underline;  font-size: 11px; } 
a.footer:active { font-family:  Helvetica, sans-serif; color: gray; text-decoration: underline; font-size: 11px; }


/* copy text for home page*/
.text
{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: black;
} 

/* larger bold text.  see press release */
.textBold
{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
} 

/* copy text inside td tags*/
td
{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: black;
} 

/* copy text inside p tags.  used because a lot of copy is from word docs*/
p
{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: black;
} 


/* bold*/
b
{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
} 

/* italics */
i
{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: italic;
} 


/* bold subheads within copy on the pages */
.subhead
{
color: #003333;
font-size: 16px;
font-weight: bold;
font-family: Verdana, sans-serif;
}

/* generic small text.  currently used for copyright info.*/
.small
{
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
} 

/* gray text.  currently used for footer info.*/
.gray
{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
} 


