body {margin:0px;
     padding:0px}

 td.copy {color:#0D449A;
 font-size:8pt;
 font-family:Futura,Tahoma,sans-serif;
 padding-top:10px}

 td {color:#131313;
 font-size:10pt;
 font-family:Futura,Tahoma,sans-serif}

 td.home {color:#131313;
 font-size:10pt;
 font-family:Futura,Tahoma,sans-serif;
 padding-right:30px;
 padding-left:30px;
 padding-top:20px;
 padding-bottom:20px;
 line-height:120%}

  td.home2 {color:#131313;
 font-size:10pt;
 font-family:Futura,Tahoma,sans-serif;
 padding-right:30px;
 padding-left:30px;
 padding-top:0px;
 padding-bottom:20px;
 line-height:120%}

 td.intro {color:#131313;
 font-size:10pt;
 font-family:Futura,Tahoma,sans-serif;
 padding-right:60px;
 padding-left:30px;
 padding-top:20px;
 padding-bottom:20px;
 line-height:120%}

 td.news {color:#131313;
 font-size:9pt;
 font-family:Futura,Tahoma,sans-serif;
 padding-right:20px;
 padding-left:20px;
 padding-top:10px;
 padding-bottom:10px;
 line-height:120%}

 b.news {color:#3075BF;
 font-size:10pt;
 font-family:Futura,Tahoma,sans-serif}

 b.header {color:#FFFFFF;
 background: #005BAB;
 font-size:10pt;
 font-weight:normal;
 font-family:Futura,Tahoma,sans-serif;
 padding:6px 40px 5px 5px;}

 a:link {color: #022E65;
 font-size:10pt;
 font-family:Futura,Tahoma,sans-serif}

 a:visited {color: #022E65;
 font-size:10pt;
 font-family:Futura,Tahoma,sans-serif}

 a.copy:link {color: #0D449A;
 font-size:8pt;
 font-family:Futura,Tahoma,sans-serif;
 padding-top:10px}

 a.copy:visited {color: #0D449A;
 font-size:8pt;
 font-family:Futura,Tahoma,sans-serif;
 padding-top:10px}

 a.privacy:link {color: #0D449A;
 font-size:9pt;
 font-family:Futura,Tahoma,sans-serif;
 padding-top:10px}

 a.privacy:visited {color: #0D449A;
 font-size:9pt;
 font-family:Futura,Tahoma,sans-serif;
 padding-top:10px}

p {text-align: justify;}
li {text-align: justify;}

/* This document contains examples of styles that should be useful for making
 * forms with the template system. You could copy them into your stylesheet,
 * and modify them to suit your design */



/* Here's an example of a set of styles you might use to change the captions of
 * form fields to indicate which are required, which are optional, and which
 * have been filled incorrectly (e.g. not filled at all) */
*.required_caption { text-align: right; vertical-align: top; font-weight: bold; }
*.error_caption { text-align: right; vertical-align: top; font-weight: bold; color: red; }
*.optional_caption { text-align: right; vertical-align: top; }

/* You can have as many sets of these styles as you need. In some cases it does
 * not work to change the color/boldness of text (such as when you have a
 * pulldown with no caption. Perhaps these styles for changing the background
 * color would be useful in such cases. */
*.required_bg { text-align: right; font-weight: bold; }
*.error_bg { background-color: red; text-align: right; padding: 2px; }
*.optional_bg { text-align: right; }

*.required_left_caption { text-align: right; font-weight: bold; }
*.error_left_caption { text-align: right; font-weight: bold; color: red; }

*.form_field { vertical-align: top; align:left; }
*.template { color: red; font-size: 26px; }

*.required_right_caption { text-align: left; font-weight: bold; }
*.error_right_caption { text-align: left; font-weight: bold; color: red; }

*.required_center_caption { text-align: center; font-weight: bold; }
*.error_center_caption { text-align: center; font-weight: bold; color: red; }

span.required { font-weight: bold; }
span.error { font-weight: bold; color: red; }

.header { font-weight: bold; color: #666666; font-size: 16px; border-bottom: 1px solid #DDDDDD}

.news {text-align: justify;}

.subMenu {
  width: 240px;
  border-left: 1px solid #005BAA;
  border-bottom: 3px solid #005BAA;
  padding-bottom: 1px;
  background-color: #F8F9FD;
}

.subMenuItem {
  color: #3075BF;
  font-family: verdana;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  height: 31px;
  width: 240px;
  border-top: 1px solid #005BAA;
  padding-left: 5px;
}

.subMenuItemHover {
  color: #ffffff;
  font-family: verdana;
  background-color: #3075BF;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  height: 31px;
  width: 240px;
  border-top: 1px solid #005BAA;
  padding-left: 5px;
}