/* main page */


body {
	background-color: #ffffff;
	background-image:  url(strip1.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


#title {
	position:absolute;
	right:200px;
	top:36px;
	z-index:0;
	visibility: visible;
}


table.test {
	background-color: #ffffff;
	background-image:  url(strip1.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


span.menu
{ 
 font-family: Arial, Verdana, Rockwell, serif;
 font-size: 11pt;
 font-weight: 500;
 text-decoration: none
} 


/* Major Links on Main Page */

P.link 
{

 font-family: Arial, Verdana, Rockwell, serif;
 font-size: 13pt;
 font-weight: 500;
 text-decoration: none
 
} 

/* Changes Link Colour when hovering over */

A{text-decoration:none}

SPAN.navbar A:hover {color:#767676;} 
SPAN.navbar A:hover FONT {color:#767676;}
SPAN.navbar A:link FONT {color:#ffffff;}

/* Default Settings */

BODY 
{ 
 font-family: Arial, Rockwell; 
 font-size: 10pt;
 color: #595959;
}

/* Sub-Headings */

p.subheading 
{ 
 font-weight: 700; 
 font-size: 14pt;
 color: #26465F;
}
span.stronger
{
 font-weight:700;
 font-size: 12pt;
 text-decoration: underline;
}
span.strong
{
 font-weight:700;
}


span.little
{
 font-size: 8pt;
}

td.default
{
 font-size: 10pt;
}


img.thumbnail {vertical-align: middle; border-width:10px; border-style: ridge; border-color: #26465F;}