/* Basic Styling
------------------------------------ */

html, body
{
    background-color: #cee9a9;
    margin: 0;
    padding: 0;
}
blockquote, pre,
form, fieldset, legend, label, dl, dt, dd 
{
     font-size: 10pt;
     font-family: verdana, arial, helvetica, serif;
     text-align: left;
}
p
{
     text-indent: 2em;
     text-align: justify;
     margin-top: 6px; 
     margin-bottom: 8px;
     font-family: verdana, arial, helvetica, serif;
     font-size: 10pt;
}
ul, ol, li
{
     font-family: verdana, arial, helvetica, serif;
     text-align: justify;
     font-size: 10pt;
     margin-bottom: 8px;
}
.cap
{
  color: green;
  float: left;
  width: 32px;
  font-size: 30px;
  line-height: 24px;
  font-weight: normal;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}
.wcas_home_page_title 
{
  font-family: TimesNew Roman, Tahoma, Verdana;
  font-size: 36pt;
  color: #0040ff;
}
.sec_title 
{
  font-family: TimesNew Roman, Tahoma, Verdana;
  font-size: 18pt;
}
.fineprint 
{
  font-family: Tahoma, Verdana, TimesNew Roman;
  font-size: 75%;
}
.left_col td a 
{
  text-decoration: none;
  font-family: Verdana, Tahoma, Arial, Helvetica; 
  font-size: 10px;
  text-decoration: none;
  color: #0000ff;
}
.center
{
  text-align: center; margin-left: auto; margin-right: auto;
}
.smaller
{
  font-size:0.75em;
}
.td_img
{
   padding: 7px;
}
.undl
{
  text-decoration: underline;
 }
 .mrt2
 {
  margin-top: 2em;
}
