
body    { 
   background: #4C4C4C url(images/bkg.gif) repeat;
   font-family: "Trebuchet MS", Arial, sans-serif; 
   font-size: 12px; 
   font-weight: normal;
   font-style: normal;
   text-decoration: none; 
   color: #2C2C2C; 
   margin-top: 0px;
}

#header   {
   border-bottom: #FFFFFF .5pt solid;
}


#nav   {
   font-family: trebuchet, arial, sans-serif; 
   font-size: 12px; 
   font-weight: bold;
   font-style: normal;
   text-decoration: none; 
   background-color: #2C2C2C;
   color: #FFFFFF; 
}

#nav a:link {             /* unvisited link */ 
   color: #FFFFFF;
   text-decoration: none; 
   
} 

#nav a:visited {           /* already visited link */
   color: #FFFFFF; 
   text-decoration: none; 
} 

#nav a:active {              /* when you click on link */
   color: #FFFFFF;
   text-decoration: underline;  
} 

#nav a:hover {              /* mouseover colour change link */
   text-decoration: underline;     
   color: #FFFFFF;     
   
} 
   

a:link {             /* unvisited link */ 
   color: #B6281C;
   font-weight: bold;
   text-decoration: none; 
   
} 

a:visited {           /* already visited link */
   color: #B6281C; 
   font-weight: bold;
   text-decoration: none; 
} 

a:active {              /* when you click on link */
   color: #B6281C;
   font-weight: bold;
   text-decoration: underline;  
} 

a:hover {              /* mouseover colour change link */
   text-decoration: underline;
   font-weight: bold;     
   color: #B6281C;     
   
} 

#table   {
   background-color: #CCCCCC;
   border-top: #FFFFFF .5pt solid;
   border-bottom: #FFFFFF .5pt solid;
}

#side   {
   background: #CCCCCC url(images/sidelinkbkg.gif) no-repeat top;
   color: #FFFFFF;
   text-align: left;
   padding: 5pt 10pt;
}

#side a:link {             /* unvisited link */ 
   color: #FFFFFF;
   text-decoration: none; 
   
} 

#side a:visited {           /* already visited link */
   color: #FFFFFF; 
   text-decoration: none; 
} 

#side a:active {              /* when you click on link */
   color: #FFFFFF;
   text-decoration: underline;  
} 

#side a:hover {              /* mouseover colour change link */
   text-decoration: underline;     
   color: #FFFFFF;     
   
} 

#column1  {
   text-align: left;
   padding-left: 5pt;
}

#column2  {
   text-align: left;
   padding-left: 5pt;
   padding-top: 5pt;
}

#content  {
   padding-left: 5pt;
   padding-right: 5pt;
   text-align: left;
}



#footer   {
   font-family: trebuchet, arial, sans-serif; 
   font-size: 10px; 
   font-weight: bold;
   font-style: normal;
   text-decoration: none; 
   background-color: #2C2C2C;
   border-bottom: #FFFFFF .5pt solid;
   color: #FFFFFF; 
}

#footer a:link {             /* unvisited link */ 
   color: #FFFFFF;
   text-decoration: none; 
   
} 

#footer a:visited {           /* already visited link */
   color: #FFFFFF; 
   text-decoration: none; 
} 

#footer a:active {              /* when you click on link */
   color: #FFFFFF;
   text-decoration: underline;  
} 

#footer a:hover {              /* mouseover colour change link */
   text-decoration: underline;     
   color: #FFFFFF;     
   
} 
   
