#navigate a{font-family:Verdana; font-style:normal; font-size:10pt; font-weight:bold; text-align:center; text-decoration:none; margin-left:;color:#003366;  }
#navigate a:hover{ font-family:Verdana; font-style:normal; font-size :10pt; font-weight :bold; text-decoration : none; color :#000033; }
#nav a{font-family:Verdana; font-style:normal; font-size:10pt; font-weight:bold; text-align:center; text-decoration:none; margin-left:;color:#003366;  }
#nav a:hover{ font-family:Verdana; font-style:normal; font-size :10pt; font-weight :bold;text-decoration : none; color:#3366CC; }

h1{ font-family: Georgia; font-style :normal; font-size : 24pt; 
font-weight :normal;text-align:left; margin-left:25px; color :#FFFFFF}
h2{ font-family: Georgia;font-style : normal ;font-size : 16pt;
font-weight :normal;text-align : left;margin-left:25px;color:#003366}
h3{ font-family: Verdana; font-style : normal ;font-size : 11pt;
font-weight :bold;text-align :left; margin-left:25px;color:#003366}
h4{ font-family: Verdana;font-style : normal ;font-size : 11pt;
font-weight :bold;text-align : center;margin-left:;color:#003366}
h5{ font-family: Verdana;font-style : normal ;font-size : 11pt;
font-weight :bold;text-align : center;margin-left: ;color:#FFFFFF}
h6{ font-family: Verdana;font-style : normal ;font-size : 11pt;
font-weight :bold;text-align : left;margin-left: 10px;color:#000000}
h7{ font-family: Verdana;font-style : normal ;font-size : 11pt;
font-weight :bold;text-align : left;margin-left: 10px;color:#000000}
h8{ font-family: Verdana;font-style : normal ;font-size : 10pt;
font-weight :bold;text-align : center;margin-left: 10px;color:#FFFFFF}
p{ font-family: Verdana;font-style : normal ;font-size : 10pt; 
font-weight :normal;text-align : left; text-indent : lem;margin-left:25px; margin-right:10px;}
div { font-family: Verdana;font-style : normal ;font-size:10pt; 
font-weight :normal; text-align:; text-indent : ;margin-left:; margin-right:;}
li {font-family: Verdana;font-style : normal ;font-size : 10pt; font-weight :normal;}
.style4 {font-family: Verdana; font-size: 8px; color: #000000; }

  .topgradientV{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
    /* fallback (Opera) */
    background: #FFFFFF;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #417EB4, #FFFFFF);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#417EB4), to(#FFFFFF));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#417EB4', EndColorStr='#FFFFFF', GradientType=0);
  }




V.textgradientV
{/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
    /* fallback (Opera) */
    background: #FFFFFF;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #FDFCDC, #FFFFFF);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#FDFCDC), to(#FFFFFF));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FDFCDC', EndColorStr='#FFFFFF', GradientType=0);}
a   { text-decoration: none; }
