/* Fonts */
 font, th { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 14px;
 }
 font, td { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 13px;
  font-weight : normal;
 }
 div.stats {
  font-family : Arial, Helvetica, sans-serif; 
  color : #000066;
  font-size : 14px;
  font-weight : normal;
 }
 div.title {
  font-family : Arial, Helvetica, sans-serif; 
  color : #000066;
  font-size : 20px;
  font-weight : bold;
 }
 div.focus {
  font-family : Arial, Helvetica, sans-serif; 
  color : #000000;
  font-size : 16px;
  font-weight : normal;
 }
 .clip1 {
   background : #dddddd;
   font-family : Arial, Helvetica, sans-serif; 
   font-size : 14px;
   font-weight : normal;
 } 
 .clip1 th:hover {
   background : #ffffff;
   font-family : Arial, Helvetica, sans-serif; 
   font-size : 14px;
   font-weight : bold;
 } 
 .clip2 {
   background : #eeeeee;
   font-family : Arial, Helvetica, sans-serif; 
   font-size : 14px;
   font-weight : normal;
 } 
 .clip2 th:hover {
   background : #ffffff;
   font-family : Arial, Helvetica, sans-serif; 
   font-size : 14px;
   font-weight : bold;
 } 


/* Form elements */
input, textarea, checkbox, select {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	border-color : #000000;
}
/* The text input fields background colour */
select { background-color : #cfe2e7; }
/* tr:hover { background : #ddddee; } */
.submit input {
 //color: #fff;
 //background: #000066;
 font-size : 18px;
 font-weight : bold;
}