@charset "utf-8";

table { margins: auto; } 

body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 

A.presslink:link { 
  color: #009900; 
  font-size: 14px; 
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  text-decoration: none; 
} 
A.presslink:visited { 
  color: #00bb00; 
  font-size: 14px; 
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  text-decoration: none; 
}
A.presslink:hover { 
  color: #98CCE9;  
  font-size: 14px; 
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  text-decoration: none; 
}

.error {
  color: #fc0c0c;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Tahoma, Verdana, Geneva;
}

.submitbtn { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff; 
	background: #C22630; 
	BORDER-TOP:    #7E0D17 1px outset;  
	BORDER-LEFT:   #7E0D17 1px outset;  
	BORDER-BOTTOM: #7E0D17 1px outset;  
	BORDER-RIGHT:  #7E0D17 1px outset;   
	letter-spacing: 1px;
}

.divHidden {
display: none;
}   
                                                                                                    
.divShown {
}

