body {font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;font-size:  12px; font-style: normal;}
.default{ font-size:  12px; }

/*-- colors --*/
.orange     {  background: #FEB66E;  font-size:  12px; }  
.brown      {  background: #C1AD7A;  font-size:  12px; } 
.green      {  background: #7FC21B;  font-size:  12px; }  
.blue       {  background: #485D5E;  font-size:  12px; }  
.black      {  background: #000000;  font-size:  12px; }  
.gray       {  background: #C0C0C0;  font-size:  12px; } 

/*-- Home Page fonts --*/
.home_font     { font-size:  18px;}  

/*-- coloredtext --*/
.orangetext     {color: #FEB66E;   font-size:  12px; } 
.browntext      {  color: #C1AD7A;    font-size:  12px; } 
.greentext     { color:#7FC21B;  font-size:  12px; }  
.bluetext       { color: #485D5E;  font-size:  12px; }   
.black      { color: #000000;   font-size:  12px; }  
.gray       {  color: #C0C0C0;  font-size:  12px; }  

input.orange {background-color: #FEB66E; font-size: 11px;  }
input.brown {background-color: #C1AD7A; font-size: 11px;  }
 
/*-- default links --*/
a:link    {  color: #000000;  text-decoration: none;  font-size:  12px; }  
a:visited {  color: #000000;  text-decoration: none;  font-size:  12px; } 
a:hover   {  color: #7FC21B;   text-decoration: none;  font-size: 12px; } 

/*-- menu links --*/
a:link.menu    {  color: #000000;  text-decoration: none;  font-size:  11px; }  
a:visited.menu {  color: #000000;  text-decoration: none;  font-size:  11px; } 
a:hover.menu   {  color: #FFFFFF;   text-decoration: none;  font-size: 11px; } 

a:link.menuhome    {  color:#FFFFFF; text-decoration: none;  font-size:  11px; }  
a:visited.menuhome {  color: #FFFFFF; text-decoration: none;  font-size:  11px; } 
a:hover.menuhome   {  color: #7FC21B;   text-decoration: none;  font-size: 11px; } 

a:link.homelink    {  color: #000000;  text-decoration: none; font-size:  19px;  }  
a:visited.homelink {  color: #000000;  text-decoration: none;  font-size:  19px; } 
a:hover.homelink   {  color: #FFFFFF;   text-decoration: none; font-size:  19px; } 

a:link.home    { color: #000000;  text-decoration: none;  font-size:  19px; }  
a:visited.home { color: #000000;  text-decoration: none;  font-size:  19px; } 
a:hover.home {  color: #000000;   text-decoration: none; font-size:  19px;  } 



a:hover.footer   {  color: #7FC21B;   text-decoration: none; } 


/*-- text and style--*/
.dottedline_orange {border-bottom: dashed 1px  #FEB66E;  font-size:  12px; }  
.dottedline_brown  {border-bottom: dashed 1px  #C1AD7A;  font-size:  12px; } 
.dottedline_green {border-bottom: dashed 1px   #7FC21B;   font-size:  12px; } 
.dottedline_blue  {border-bottom: dashed 1px  #485D5E;  font-size:  12px; } 
.title_sidenav {   background: #000000; font-weight: bold; font-size:  13px; color: #FFFFFF ;}
.footer   {  color: #000000; font-size: 11px;   } 
.label  {  color:  #000000; font-size: 12px; }  
.error  {  color:  #FF3300; font-size: 12px; }  