/* MASTER CASCADING STYLE SHEET FOR WWW.LRAINC.WS */

/* START OF NORMAL LINKING */
A.text1		{ color: #0000FF;
			  font-family: Arial, sans serif;
			  font-size: 14px; } /* BLUE */

A:hover.text1	{ color: #009F00;
				  text-decoration: none;
				  font-family: Arial, sans serif;
				  font-size: 14px; } /* GREEN */

A:visited.text1	{ color: #0000FF;
				  font-family: Arial, sans serif;
				  font-size: 14px; } /* PURPLE  #800080 */
/* END OF NORMAL LINKING */

/* START OF EMAIL LINKING */
A.email			{ color: #0000FF;
			 	  font-family: Arial, sans serif;
				  font-size: 9pt;
				  text-decoration: none; } /* BLUE */

A:hover.email	{ color: #009F00;
				  text-decoration: none;
				  font-family: Arial, sans serif;
				  font-size: 9pt; } /* GREEN */

A:visited.email	{ color: #0000FF;
				  font-family: Arial, sans serif;
				  font-size: 9pt;
				  text-decoration: none; } /* PURPLE */
/* END OF EMAIL LINKING */

/* START OF FOOTER LINKING */
A.textFooter	{ color: #009F00;
				  font-family: Arial, sans serif;
				  font-size: 14px; } /* GREEN */

A:hover.textFooter	{ color: #0000FF;
					  font-family: Arial, sans serif;
					  font-size: 14px;
					  text-decoration: none; } /* BLUE */

A:visited.textFooter	{ color: #009f00;
						  font-family: Arial, sans serif;
						  font-size: 14px; }
/* END OF FOOTER LINKING */


BODY		{ background-image: url(../images/bg.gif);
			  background-repeat: repeat-y;
			  font-family: arial; }

.boldGreen	{ font-family: helvetica, arial, sans serif;
			  font-size: 12pt;
			  font-weight: 700;
			  color: green;  }

.email		{ color: #0000FF;
			  font-family: Arial, sans serif;
			  font-size: 9pt;
			  text-decoration: none; } /* BLUE */
				  
.footer		{ font-family: helvetica, arial, sans serif;
			  font-size: 10pt;
			  text-align: right;  } /* Light blue found in header logo*/

.indent		{ text-indent: .5em; }

.paddingTD	{ padding-left: 8px; }

.subheader	{ font-family: helvetica, arial, sans serif;
			  font-size: 12pt;
			  font-weight: 700;
			  color: #000000;  } /* BLACK */

.tableHeader	{ font-family: helvetica, arial, sans serif;
				  font-size: 12pt;
				  font-weight: 700;
				  color: #000000; 
				  background-color: #BDDDFE;
				  text-align: center;  } /* Light blue found in header logo*/
				  
.text		{ font-family: arial, sans serif;
			  color: #000000; /* BLACK */
			  font-size: 12px;
			  line-height: 15px;
			  padding-left: 15px; }
			  
.textGreen	{ font-family: helvetica, arial, sans serif;
			  font-size: 10pt;
			  color: green;  }			  
			  
.text2		{ font-family: arial, sans serif;
			  color: #000000; /* BLACK */
			  font-size: 12px;
			  line-height: 15px; }			  
			  
.tableText	{ font-family: helvetica, sans serif;
			  color: #000000; /* BLACK */
			  font-size: 14px;
			  padding-left: 5px; }
			  
.tableText2	{ font-family: helvetica, sans serif;
			  color: #000000; /* BLACK */
			  font-size: 14px; }

/* tableText3 has small font size due to Phyllis Rimks, MBA 
   wrapping to 2 lines on contact.asp */			  
.tableText3	{ font-family: helvetica, sans serif;
			  color: #000000; /* BLACK */
			  font-size: 14px;
			  text-indent: .5em; }	