/*TCCT STYLE SHEET*/


<style type="text/css">
{
}


body {
background-color : #FFFFCC;
margin-top :10;    /* vlink : #FF0000; */
margin-left : ;      /* was 50  */
text : #000080;
font-family : verdana, arial, sans-serif;
font-size : 10pt;
color : #0033CC;}


.head1 {
font-weight : normal;
font-size : 16pt;
font-family : verdana;
text-align : left;
vertical-align : middle;
color : #0000FF;}

.head2 {
font-weight : bold;
font-size : 12pt;
font-family : verdana;
text-align : left;
vertical-align : middle;
color : #0000FF;}

.head3 {
font-weight : bold;
font-size : 11pt;
font-family : verdana;
text-align : left;
vertical-align : middle;
color : #000080;}

.small {
font-weight : bold;
font-size : 10pt;
font-family : verdana;
text-align : left;
vertical-align : top;
color : #0000FF;}

.smallj {
font-weight : bold;
font-size : 10pt;
font-family : verdana;
text-align : justify;
vertical-align : top;
color : #0000FF;}


.button {
font-weight : bold;
font-size : 9pt;
font-family : Arial;
text-align : center;
vertical-align : middle;
color : #ffffff;
}

.buttonl {
font-weight : bold;
font-size : 9pt;
font-family : Arial;
text-align : left;
vertical-align : top;
color : #000080;
}

 .wardour {
font-weight : bold;
font-size : 7pt;
font-family : Arial;
text-align : left;
vertical-align : middle;
color: #000080;
}

div {
position: relative;
top: 5;
left:          ;
width: 80;
height:      ;
font-family: verdana;
line-height: 1.5;
font-weight: bold;
font-size: 9pt;
color: #000080;
background-color: #FFFFCC;
background-attachment: scroll;
border-width: medium;
padding: 5;
}






/* the link color is set to 339900 = green */
 
  a:link { 
	color: #339900;}

/* a link that has been clicked on (visited) is changed to FF0000 = red */

   a:visited { 
	color: #B200FF;}

/*   a link that is being clicked on, the colour is changed to 339900 = green  */

   a:active {
	color: #339900;}

/*   a link that is being hovered over, the colour is changed to red */

/*   a:shtredonwhite:hover {
	
    background: color: #80FF80;
    font-size: 10pt ;
    font-family: verdana;} */

/*
-background : url("back.gif");-*/


/* Navigation tabs */

/* Home page */


ul#navhor {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul#navhor li {
  display: inline;
}

ul#navhor li a {
  background-color : #0033CC;  
  display: inline-block;  
  border: none;
  margin: 0px;
  padding: 10px 2px;
  height: 20px;
  width: 100px;
  font-size: 10pt;  
  font-weight: bold;
  font-style: italic;
  font-family: verdana;  
  text-decoration: none;
  text-align: center;
  color: white;  
}

ul#navhor li a:hover {
  border: none;
  background-color: #0033CC;
  color: #FF0000;
}


</style>



