Body {
	font-size: 12px;
	font-family: verdana,helvetica, sans-serif;
	}


TD {
	font-size: 12px;
	font-family: verdana,helvetica, sans-serif;
	color: #000000;
	}


	
A {font-size:12px; font-family: verdana,helvetica,sans-serif; font-weight: normal; text-decoration:none;}  



/*page topic headings ie 'home' or 'news'*/
H1 {
	font-family: verdana,helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

/*page sub headings */
H2 {
	font-family: verdana,helvetica, sans-serif;
	color: Black;
	font-size : 12px;
	font-style : normal;
}
/*page sub sub headings */
H3 {
	font-family: verdana,helvetica, sans-serif;
	font-size: 12px;
	font-style:  normal;
	color: Black;
}


/* page shadow around corner */

table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(style/borders/shadow/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(style/borders/shadow/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(style/borders/shadow/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(style/borders/shadow/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(style/borders/shadow/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(style/borders/shadow/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(style/borders/shadow/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(style/borders/shadow/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }

/* ^ page shadow around corner ^*/
