/* == Generic styles ===================================== */
/* Notes. The hex value for the colour on Jo's business card is #80B6A7 */

/* default paragraph */

BODY, TD {
   font-family: Tahoma;
   font-size: 10pt;
   color:#025B5B
   }
      /* a bug with IE means table cells do not inherit from the body */

TD .jomenu { background-color:#E8F5F0;}
td .footer   { background-color: #D8EBE4; }
TD .jotextbox_A { background-color:#E8F5F0; }
TD .jotextbox_B { background-color:#AED5CA;  }
TD .jotextbox_C { background-color:#D8EBE4;  }
TD .jotextbox_D { background-color:#E9F9F4;  }
TD .jotextbox_E { background-color:#C0DDD5;  }

HR {background-color: #B7E2D5; color:#B7E2D5}
  
BODY {
   background-color: #FFFFFF; /*#006600 - previous green*/
   color: #000000;
   margin-bottom: 1.5cm; margin-left:0px; margin-right:0px; margin-top:0px; background-image:url('../Images/Backing.jpg') 
 }

/* unordered lists */
  ul {margin-top: 0.4em; margin-bottom: 0.7em}
  ul li {margin-bottom: 0em}
  ul ul {margin-top: 0.2em}


P {
   margin-top: 0.2em;
   margin-bottom: 0.4em;
   margin-left: 1.4em;
   margin-right: 1.4em;
   text-align: justify
 }


/* hyperlinks */

A, A:link, A:visited {
   padding:0; color: #4B8172;
   text-decoration: none
 }


A:hover {
   text-decoration: underline;
   color: #B7E2D5;
 }
 
TD .nav-highlight {
     color: White;
     background-color: #80B6A7;
}

TD .nav {
     color: #80B6A7;
     background-color: white;
}



/* == Heading styles ===================================== */

  H1 {font-size: 180%; margin-top: 0em; margin-bottom: 0.2em; margin-left: 0.3cm}
  H2 {font-size: 160%; margin-top: 0.7em; margin-bottom: 0.2em; margin-left: 0.3cm}
  H3 {font-size: 140%; margin-top: 0.6em; margin-bottom: 0.2em; margin-left: 0.3cm}
  H4 {font-size: 120%; margin-top: 0.5em; margin-bottom: 0.2em; margin-left: 0.3cm; font-weight: bold}
  

/* == Other styles ======================================== */

/*used on menu to left of screen*/
.menubody 
{
   font-family: tahoma;
   font-size: 8pt;
   color: #80B6A7; /*was #aadd00*/
   margin-top: 130px;
   margin-bottom: 1.5cm;
   margin-left: 0.3 em;
   text-align: left
 }


.table { 
   font-size: x-small;
   color: #000;
   font-family: tahoma, helvetica, sans-serif;
   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: tahoma;
   font-size: 10pt;
   color: #025B5B;
   font-weight: bold;
   text-align: Center; background-color:#D8EBE4
 }


.textlink { 
   font-family: tahoma, helvetica, sans-serif;
   font-size: xx-small;
   color: #000;
   text-align: Left;
 }


.rightlink { 
   font-family: tahoma, 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: tahoma, helvetica, sans-serif;
   font-size: 8pt;
   color: #000;
   text-align: Justify;
 }


.bullett { 
   font-family: tahoma, helvetica, sans-serif;
   font-size: x-small;
   color: #000;
   text-align: Left;
   font-weight: bold;
   position: relative;
   left: 5;
   list-style-type: font-family
 }


.bodycentbold { 
   font-weight: bold;
   font-size: x-small;
   color: #000;
   font-family: tahoma, helvetica, sans-serif;
   text-align: Center;
   line-height: 150%;
 }

TD.line {
   background: url("/Synergy/images/CoreGraphics/line.gif") repeat-y fixed;
   height: 450px;
   width: 1px;
 }