.menu { 
  color:				white;
  font-weight:			bold; 
  font-size:			12px; 
  font-family:			Arial, Helvetica, sans-serif; 
  background-color:		black; 
  cursor:				hand;
  text-decoration:		none	
}
.menuItem {
  color:				white;
  font-weight: 			bold; 
  font-size: 			12px; 
  font-family: 			Arial, Helvetica, sans-serif; 
  background-color: 	black; 
  cursor: 				hand;
  text-decoration:		none	
}
.menuItem:hover {
  color:				white;
  font-weight:			bold;
  font-size:			12px;
  font-family:			Arial, Helvetica, sans-serif;
  cursor:				hand;
  background-color:		#CC0000;
  text-decoration:		none  
}
.footer { 
  color: 			black;
  font-style: 		normal; 
  font-weight: 		normal; 
  font-size: 		11px; 
  font-family: 		Arial, Helvetica, sans-serif 
}
.message {
  color:			#000000;
  background-color:	#ccacac; /*-- default color is #bb9999; --*/
  font-weight:		bold;
  font-size:		16px;
  font-family: 		Arial, Helvetica, sans-serif;
  line-height:		24px;
}
.error {
  color:			#CC0000; /*-- default color is #ff0000; --*/
  font-weight:		bold;
  font-size:		16px;
  font-family: 		Arial, Helvetica, sans-serif;
}  
table { 
  color: 			black; 
  font-weight:		normal; 
  font-size: 		12px; 
  font-family: 		Arial, Helvetica, sans-serif 
}
h2 {
  color:			#990000;
  font-weight:		bold;
  font-size:		24px;
  font-family: 		Arial, Helvetica, sans-serif;
  line-height:		24px;
}
h3 { 
  color: 				white; 
  font-weight: 			bold; 
  font-size: 			18px; 
  line-height: 			22px; 
  font-family: 			Arial, Helvetica, sans-serif; 
  background-color: 	black 
}
h4 { 
  color: 			black; 
  font-weight: 		bold; 
  font-size: 		14px; 
  line-height: 		18px;
  font-family: 		Arial, Helvetica, sans-serif 
}
.rowcolor { 
  background:		#ccacac; /*-- default color is #bb9999; --*/
  color:       		#000000; 
  font-family: 		Arial, Helvetica, sans-serif; 
  font-weight:		normal; 
  font-size: 		14 px; 
}
.rownormal {
  color:	 		#000000;
  background:		#dddddd; /*-- default color is #cccccc; --*/
  font-family: 		Arial, Helvetica, sans-serif;
  font-size: 		14 px;
  font-weight:  	normal;
}
a {
  color: 			#660000 
}
.linkList { 
  color:			#000000; 
  text-decoration:	none	
}
a:hover { 
  color: 			#CC0000 
}