/* Font Properties */

body             
{
font-family: trebuchet ms; 
font-size: 11px; 
color: #60845e;
line-height: 13pt;
}

table            
{
font-family: trebuchet ms; 
font-size: 11px; 
color: #60845e;
line-height: 13pt;
}


/* Link Properties */

a                         { text-decoration: none; font-size: 11px; color: #4e7a4c; font-family: georgia; }  
a:link                    { text-decoration: none; font-size: 11px; color: #4e7a4c; font-family: georgia; }
a:visited                 { text-decoration: none; font-size: 11px; color: #4e7a4c; font-family: georgia; }
a:active                  { text-decoration: none; font-size: 11px; color: #4e7a4c; font-family: georgia; }
a:hover                   { text-decoration: none; font-size: 11px; color: #689f65; font-family: georgia; }