
@charset "utf-8";
/* 
file:     base.css 
date:     2009-05-12
author:   David Cushman 
*/

  body {
	   font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	   font-size:14px;
	   font-weight:500;
  }
  
  input, select {
	  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-size:12px;
  }
  
  .menu {
	  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-size:10px;}
  
  td.form {
	  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-size:12px;
  }
  
  td.big_form{
	  font-size:16px;
  }
  
  tr.gray {
	  background-color:#efefef;
  }
  
  tr.blue {
	  background-color:#ddeeff;
  }
  
  span.instructions {
	  font-size:13px;
	  font-weight:600
	  }
	  
  span.title {
	   font-size:15px;
	   font-weight:bolder;
  }
  
  span.warning {
	  font-weight:600;
	  color:#ff0000;
  }
  
  a.forgot_password {
	  font-size:10px;
	  font-weight:400;
  }


