/*
standard predefined elements and associated common styles.
*/

a.seLinksText
   {
   color: #FF0000;
   background-color: #FFFFFF;
   }

a.seLinksText:link
   {
   color: #FF0000;
   }

a.seLinksText:visited
   {
   color: #FF0000;
   }

a.seLinksText:hover
   {
   color: #00C000;
   }


body
   {
   color: #000000;
   background-color: #FFCC00;
   }

div
   {
    background-color:#ffffff;
   }

div.seCentre730
   {
   background-color: #FFCC00;
   }

div.seContentArea
   {
   background-color: #FFCC00;
   border-color:#000000;
   }
   

div.seContactInfo
   {
   font-weight: 500;
   font-size:90%;
   }

div.seCutline
   {
   font-size: 80%; 
   font-weight: 600;
   border-color:#674F33;
   }

div.seNavBar
   {
   font-weight: 100;
   color: #FFFFFF;
   background-color: #FF0000;
   font-size: 85%;
   }


   div.seNavBar a
      {
      text-decoration: none;
      font-weight: 600;
      font-size: 85%;   
      }   

   div.seNavBar a:link
      {
      color: #FFFFFF;
      }

   div.seNavBar a:visited
      {
      color: #FFFFFF;
      }

   div.seNavBar a:hover
      {
      color: #00C000;
      }

   div.seNavBar a.current:link
      {
      color: #FFFFFF;  
      }

   div.seNavBar a.current:visited
      {
      color: #FFFFFF;   
      }

   div.seNavBar a.current:hover
      {
      color: #00C000;
      }

   div.seNavBar100 a
      {
      font-weight: 600;
      font-size: 85%;   
      color: #FFFFFF;
      }   
   
      div.seNavBar100 a:link
         {
         color: #FFFFFF;
         }

      div.seNavBar100 a:visited
         {
         color: #FFFFFF;
         }

      div.seNavBar100 a:hover
         {
         color: #00C000;
         }


      div.seNavBar100 a.current:link
         {
         color: #FFFFFF;  
         }

      div.seNavBar100 a.current:visited
         {
         color: #FFFFFF;   
         }

      div.seNavBar100 a.current:hover
         {
         color: #00C000;
         }        

h1
   {
   font-size:1em;
   font-weight:600;
   color: #1B60AD;
   }


h2
   {
   font-size: .9em;
   font-weight: 600;
   color: #1B60AD;
   }

h3
   {
   font-size: .80em;
   font-weight: 600;
   color: #FF6600;
   padding-top: 20px;
   }

h4
   {
   font-size: .75em;
   font-weight: 600;
   color: #FF6600;
   }


/*
common standard element styles independent of predefined elements 
*/

.seBorder1
   {
   border-color:#000000;
   }

.seContactBox
   {
   font-weight: 600;
   font-size: 90%;
   }

.seContactBox a:link
   {
   font-weight: 600;
   font-size: 90%;
   color: #FF0000;
   }

.seContactBox a:visited
   {
   color: #FF0000;
   }

.seContactBox a:hover
   {
   color: #00C000;
   }

.seContactBox a.current:link
   {
   color: #FF0000;
   }

/* **** CONTACT INFO **** */

.seContactInfo
   {
   font-weight: 100;
   font-size: 90%;
   color: #4B711C;
   }

.seContactInfo a
   {
   font-weight: 100;
   }

.seContactInfo a:link
   {
   font-weight: 100;
   color: #FF0000;
   }

.seContactInfo a:visited
   {
   color: #FF0000;
   }

.seContactInfo a:hover
   {
   color: #00C000;
   }

.seContactInfo a.current:link
   {
   color: #FF0000;
   }

.seContactInfo p
   {
   }


.seCopy
   {
   font-weight: 400;
   font-size: 75%;
   color: #222222;
   padding-top: 0px;
   margin-top: 0px;
   }

.seDummyLink
   {
   font-weight: 600;   
   color: #FFCC00;
   }


.seKicker
   {
   font-size: 1em;
   font-weight: 600;
   color: #A10000;
   }

.seLineBreaker
   {
   border-bottom-color: #7C97B5;
   }

.seLinks
   {
   font-weight: 100;
   }

.seLinks p
   {
   font-weight: 100;
   }

.seLinks a:link
   {
   font-weight: 100;
   color: #FF0000;
   }

.seLinks a:visited
   {
   color: #FF0000;
   }

.seLinks a:hover
   {
   color: #00C000;
   }

.seLinks a.current:link
   {
   color: #FF0000;
   }

.seLinksHead
   {
   font-size: .95em;
   font-weight: 700;
   color: #FF0000;
   }

.seList
   {
   font-size: 115%;
   }

.sePersonalInfo
   {
   font-weight: 400;
   }

.sePersonalInfo a:link
   {
   font-weight: 400;
   color: #FF0000;
   }

.sePersonalInfo a:visited
   {
   color: #FF0000;
   }

.sePersonalInfo a:hover
   {
   color: #00C000;
   }


.sePersonalInfo a.current:link
   {
   color: #FF0000;
   }


.seTestimonial
   {
   font-size: 85%;
   font-weight: 600;
   background-color: #C9B060;
   border-color:#7F510C;
   }
   
.seTechBox
   {
   font-size: 85%;
   font-weight: 600;
   background-color: #FFFFFF;
   border: 1px solid #7F510C;
   }
   
