
/* STANDARD TEXT sized from 0 (smallest) to 4 (largest) hover colors and decoration
are listed immediately below each text class*/


/* SMALLEST TEXT SIZE 10PX, VARIATIONS ON COLOR BELOW*/

.text0{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 font-weight: normal; 
 color: #000000;
 text-decoration: none;
 }
 a.text0:hover{ 
 color: #FF6600;
 text-decoration: underline;
 }
 
 
.text0c1{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 font-weight: normal; 
 color: #065599;
 text-decoration: none;
 }
  a.text0c1:hover{ 
 color: #FF6600;
 text-decoration: underline;
 }
 
 .text0c2{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 font-weight: normal; 
 color: #FF6600;
  text-decoration: none;
 }

.text0c3{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 font-weight: normal; 
 color: #065599;
 text-decoration: none;
 }
  a.text0c3:hover{ 
 color: #000000;
 text-decoration: underline;
 }
 
 
 .text1r{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-weight: normal; 
 color: #000000;
  text-decoration: none;
 }

 .text1c1{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-weight: normal; 
 color: #065599;
  text-decoration: none;
 }
 
  .link1{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: normal; 
 color: #065599;
  text-decoration: none;
 }
 
  a.link1:hover{ 
 color: #FF6600;
 text-decoration: underline;
 }
 
  a.text1c1:hover{ 
 color: #FF6600;
 text-decoration: underline;
 }
 
  .text1c1e{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: normal; 
 color: #065599;
 text-decoration: none;
  letter-spacing : 2px;
 }
 
 
   .text2c1{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: bold; 
 color: #065599;
  text-decoration: none;
 }
 
  .text2c1e{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: bold; 
 color: #065599;
  text-decoration: none;
  letter-spacing : 2px;
 }
 
  a.text2c1e:hover{ 
 color: #FF6600;
 text-decoration: underline;
 }
 
   .text3c{ 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 13px; 
 font-weight: bold; 
 color: #065599;
  text-decoration: none;
  letter-spacing : 2px;
 }
 
 .menu1{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	background : #FFFFFF;
	text-decoration: none;
}