 body  {background-image:url(images/bg.jpg)}
   
   /*css properties for general sitewide links */ 
   
a:link {
	text-decoration: none;
	color: #5F9263;
	font-family:Calibri;
	font-size:11pt;
	font-weight:bold;
}

a:active {
  TEXT-DECORATION: none;
  color: #5F9263;font-family:Calibri; font-size:11pt; font-weight:bold;}

a:visited {
  TEXT-DECORATION: none;
  color: #5F9263;font-family:Calibri; font-size:11pt; font-weight:bold;}
 
a:hover {
	TEXT-DECORATION: none;
	color: #9332A0;
	font-family:Calibri;
	font-size:11pt;
	font-weight:bold;
}
  
 /*css properties for each link on the main menu apart from Home */ 
a.menu:link {
  text-decoration: none;
  color: #FFFFFF; font-family:Calibri; font-size:10pt; font-weight:bold;text-align: center;}
a.menu:active {
  TEXT-DECORATION: none;
  color: #FFFFFF;font-family:Calibri; font-size:10pt; font-weight:bold;text-align: center;}
a.menu:visited {
  TEXT-DECORATION: none;
  color: #FFFFFF;font-family:Calibri; font-size:10pt; font-weight:bold;text-align: center;}
 a.menu:hover {
  TEXT-DECORATION: none;
  color: #8bf6e1;font-family:Calibri; font-size:10pt; font-weight:bold;text-align: center;}
 .menu {
  TEXT-DECORATION: none;
  color: #FFFFFF;font-family:Calibri; font-size:10pt; font-weight:bold;text-align: center;}
  
  
  /* link style for menu to show the current site */
 a.current-page:link {
 TEXT-DECORATION: none;
 color: #DDD364; font-family:Calibri; font-size:10pt; font-weight:bold; text-align: center;}
 a.current-page:active {
 TEXT-DECORATION: none;
 color: #DDD364; font-family:Calibri; font-size:10pt; font-weight:bold; text-align: center;}
 a.current-page:visited {
 TEXT-DECORATION: none;
 color: #DDD364; font-family:Calibri; font-size:10pt; font-weight:bold; text-align: center;}
 a.current-page:hover {
 TEXT-DECORATION: none;
 color: #8bf6e1; font-family:Calibri; font-size:10pt; font-weight:bold; text-align: center;}
 .current-page {
 TEXT-DECORATION: none;
 color: #DDD364; font-family:Calibri; font-size:10pt; font-weight:bold; text-align: center;}
 
 
 
   /* Properties for text links at the foot of the page */
  a.ftrlinks:link {
  text-decoration: none;
  color: #333336; font-family:Calibri; font-size:10pt; font-weight:bold;text-align: center;}
a.ftrlinks:active {
  TEXT-DECORATION: none;
  color: #333336;font-family:Calibri; font-size:10pt; font-weight:bold;text-align: center;}
a.ftrlinks:visited {
  TEXT-DECORATION: none;
  color: #333336;font-family:Calibri; font-size:10pt; font-weight:bold;text-align: center;}
 a.ftrlinks:hover {
  TEXT-DECORATION: none;
  color: #3f76e0;font-family:Calibri; font-size:10pt; font-weight:bold;text-align: center;}
  
  
 /* Properties for main textual content */

 .content {
  COLOR: #363636;font-family:Calibri; font-size:11pt; font-style: normal; text-decoration: none; text-align:left;}
  
 .comment {
  COLOR: #2B48D5; font-family:Calibri; font-size:11pt; font-style: normal; text-decoration: none}
  
  H1 {
  COLOR: #363636;font-family:Calibri; font-size:18pt; font-style: normal; text-decoration: none}
  
  H2 {
  COLOR: #AA5242;font-family:Calibri; font-size:16pt; font-style: normal; text-decoration: none}
  
  H3 {
  COLOR: #3D7C7C; font-family:Calibri; font-size:14pt; font-style: normal; text-decoration: none}
  
  ol {
  padding-bottom:2px;}

  ol li{
  COLOR: #041D93; font-family:Calibri; font-size:12pt; padding-bottom:4px;}  
  
table {
  COLOR: #363636;font-family:Calibri; font-size:11pt; font-style: normal; text-decoration: none}


div {
  COLOR: #363636;font-family:Calibri; font-size:11pt; font-style: normal; text-decoration: none}
  
form {
  COLOR: #363636;font-family:Calibri; font-size:11pt; font-style: normal; text-decoration: none}
  
p { padding-left:5px;
  COLOR: #363636;font-family:Calibri; font-size:11pt; font-style: normal; text-decoration: none}
  
img.content { padding-bottom:2px; padding-left:2px; padding-right:10px; padding-top:2px;}

table.preview img {display:inline;}