/* == Generic styles ===================================== */

/* default paragraph */

BODY, TD {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10pt}
      /* a bug with IE means table cells do not inherit from the body */

  
BODY {
   font-family: verdana, arial, helvetica, sans-serif;
   background-color: white;
   color: black;
   margin: 0px;
   margin-bottom: 1.5cm 
 }


/* unordered lists */
ul {
   font-family: verdana, arial, helvetica, sans-serif;
   list-style-type: square;
   margin-top: 0.4em; margin-bottom: 0.7em
 }

/* paragraph */
P {
   font-family: verdana, arial, helvetica, sans-serif;
   margin-top: 0.2em;
   margin-bottom: 0.4em;
   margin-left: 1.4em;
   margin-right: 1.4em;
   text-align: left
 }


/* hyperlinks */

A, A:link, A:visited {
   color: #000;
   text-decoration: none
 }


A:hover {
   text-decoration: underline;
   color: #ff0000;
   font-weight: bold
 }


/* == Heading styles ===================================== */

  H1 {font-family: arial, helvetica, sans-serif; font-size: 180%; margin-top: 0em; margin-bottom: 0.2em; margin-left: 0.3cm}
  H2 {font-family: arial, helvetica, sans-serif; font-size: 160%; margin-top: 0.7em; margin-bottom: 0.2em; margin-left: 0.3cm}
  H3 {font-family: arial, helvetica, sans-serif; font-size: 140%; margin-top: 0.6em; margin-bottom: 0.2em; margin-left: 0.3cm;}
  H4 {font-family: arial, helvetica, sans-serif; font-size: 120%; margin-top: 0.5em; margin-bottom: 0.2em; margin-left: 0.3cm; margin-right: 0.3cm;}
  

/* == Other styles ======================================== */

.menubody {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 8pt;
   color: black;
   margin-top: 185px;
   margin-bottom: 1.5cm;
   margin-left: 0.9 em;
   text-align: left
 }


.table { 
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: x-small;
   color: #000;
   text-align: Left;
   line-height: 130%;
   margin-left: 0.8 em;
   margin-right: 0.4 em;
   margin-top: 0;
   margin-bottom: 0 em;
 }



.footer {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: xx-small;
   color: #000;
   font-weight: bold;
   text-align: Center;
 }


.textlink { 
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: xx-small;
   color: #000;
   text-align: Left;
 }


.rightlink { 
   font-family: arial, helvetica, sans-serif;
   font-size: x-small;
   color: #000;
   font-weight: bold;
   margin-top: 0.5em;
   margin-bottom: 0.3em;
   left: 25;
 }

.legal { 
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 8pt;
   color: #000;
   text-align: Justify;
 }


.bullett { 
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10pt;
   color: #000;
   text-align: Left;
   font-weight: bold;
   position: relative;
   left: 5;
   list-style-type: font-family
 }


.bodycentbold { 
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   font-size: x-small;
   color: #000;
   text-align: Center;
   line-height: 150%;
 }

TD.line {
   background: url("/images/genericimages/line.gif") repeat-y fixed;
   height: 450px;
   width: 1px;
 }


.azient {
	font-size:9px; color:#999999;
	text-align:center;
	}




