<style type="text/css">

.a_leftsidenavlink  { color: black; font-size: 15px; font-family: Arial; font-weight: bold }
.copyright       { color: white; font-size: 11px; font-family: Arial; font-weight: bold }
.titles    { color: #000; font-size: 18px; font-family: Arial; font-weight: bold }
.titles_small    { color: #000; font-size: 16px; font-family: Arial; font-weight: bold }
.text       { color: #000; font-size: 12px; font-family: Arial }
.text1 { color: #000; font-size: 13px; font-family: Arial }
.text_large  { color: #000; font-size: 15px; font-family: Arial }
.text_small  { color: #000; font-size: 11px; font-family: Arial }
.textbold    { color: #000; font-size: 13px; font-family: Arial; font-weight: bold }
.textbold_right  { color: #000; font-size: 13px; font-family: Arial; font-weight: bold; text-align: right }
a:link         { color: #000; font-family: Arial; font-style: normal; font-weight: bold; font-stretch: normal; text-decoration: none }
a:visited          { color: #000; font-family: Arial; font-style: normal; font-weight: bold; font-stretch: normal; text-decoration: none }
a:hover      { color: #333; font-family: Arial; font-style: normal; font-weight: bold; font-stretch: normal }
a:active       { color: #999; font-family: Arial; font-weight: bold }
.indent { margin-left: 12pt }
.text2 { color: #fff; font-size: 15px; font-family: Arial; background-color:#369; }
.style5 {
	font-size: small;
	color: #FF0000;
}
.dropdown {
font-family: Arial;
width:145px;
}
.BlackTable {
color:#666666;
font-family:Tahoma;
font-size:smaller;
}

.vedit {
    border: solid 1px #8CACBB;
}
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px #8CACBB;
}
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}
.hedit {
 font-size: 14px;
border-collapse: collapse;
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 3px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}
.hedit tr.odd td {
    background-color: #F0F0FF;
}

.code{
 	font-family:Courier New, Monospace;
	  color: blue;
  } 
	
.specialLnk{
	color:#000000;
	text-decoration:underline;
	font-family:Tahoma;
	font-weight:bold;
	}
.specialLnk:visited{
	color:#000000;
	text-decoration:underline;
	font-family:Tahoma;
	font-weight:bold;
	}
.specialLnk:hover{
	color:#000000;
	text-decoration:none;
	font-family:Tahoma;
	font-weight:bold;
	}
table.borders td {
 border: 1px solid #dfdfdf;
 font-family: arial;
 font-weight: normal;
 font-size:11px;
}
table.borders td.newbord {
 border: 1px solid #0058A8;
 font-family: arial;
 font-weight: normal;
 font-size:11px;
}
.table_record {
background:#FFFFFF none repeat scroll 0 0;
border-top:1px solid #013D14;
}
.text_normal {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}
.table_record_alt {
background:#F5F5F5 none repeat scroll 0 0;
border-top:1px solid #013D14;
}
ul.leftsidenav, ul.leftsidenav ul {
  width: 180px;                 /* sets the size of the menu blocks */
  background-color: #369;      /* makes the menu blocks blue - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.leftsidenav li {
  list-style-type: none;       /* removes the bullet points */
  border-bottom: 1px solid #fff;      /* puts a white border at the bottom of the menu blocks */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  line-height:2em;
  padding-left:10px;
}
ul.leftsidenav li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  left: 180px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.leftsidenav li:hover, ul.leftsidenav li.CSStoHighlight {
  background-color: #fff;      /* gives the active menu items a white background */
  color: #000;                 /* makes the active menu item text black */ 
}
ul.leftsidenav ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.leftsidenav li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.leftsidenav li a { color: #fff; display: block; width: 100%; text-decoration: none; }
ul.leftsidenav li a:hover, ul.leftsidenav li a.CSStoHighLink { color: #000; }
ul.leftsidenav li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */


/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.leftsidenav li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( IEmen.htc );
}
ul.leftsidenav ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 0px; left: 78px;
}
</style>
<!--[if gt IE 5.0]><![if lt IE 7]>
<style type="text/css">
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( IEmen.htc );
}
ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 78px;
}
</style>
<![endif]><![endif]-->

