.textspace1 {
  font-size: 1px;
  text-decoration: none;
}    
.textspace3 {
  font-size: 3px;
  text-decoration: none;
}
.textspace5 {
	font-size: 5px;
	text-decoration: none;
	padding: 0px;
	height: 5px;
}
.classhidden{
  display: none
}
.classshown{
   display: ;
}    
.textRed {
   color: red;
}
.textGreen {
   color: green;      
}
 .textYellow {
   color: #e6e600;
}   
.copyright {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #B8C1D3}
a.copyrightLink{
  font-size: 10px;
  text-decoration: none;
  color: #B8C1D3;
  font-family : Arial, Helvetica, sans-serif;
}
a:hover.copyrightLink{
  font-size: 10px;
  text-decoration: underline;
  color: #B8C1D3;
  font-family : Arial, Helvetica, sans-serif;
}
a:active.copyrightLink{
  font-size: 10px;
  text-decoration: none;
  color: #B8C1D3;
  font-family : Arial, Helvetica, sans-serif;
}

.classGreenBackground{
   background-color: #008000;
   color: #FFFFFF;
} 
a.classGreenBackground{
   background-color: #008000;
   color: #FFFFFF;
}    
.classRedBackground{
   background-color: red;
   color: #FFFFFF;
}   
.classYellowBackground{
   background-color: #e6e600;
   color: #FFFFFF;
}