/* CSS Document */

.menu
{  
	
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:700;
	

	
	
}

body 
{
	margin: 0px;
	padding: 0px;
}

.menu-text a
{
text-decoration:none;
color: #4D4DBC;	
}

.menu-text a:hover 
{
	text-decoration:none;
	color:#00CCCF;
}

.menu-text

{

font-size:small;
font-family:Verdana, Arial, Helvetica, sans-serif,;
font-weight:bold
}


.pagecontent
{
background-color:#FFFFFF;
font-size:75%;
font-size:small;
font-family:Verdana, Arial, Helvetica, sans-serif,;
font-weight:normal

}


a
{
text-decoration:none;
color: #4D4DBC;	
}

a:hover 
{
	text-decoration:underline;
	color:#5ABC5A;
}

a.body_links
{ 
            
       text-decoration:underline;
       color:blue;	
}

a.footer_links
{
       text-decoration:underline;
       color:blue;	
}

a.bottom_menu_links
{
 font-size:8pt;
 colour:blue;
}

span.footer_text
{
 font-family:"Times";
 font-size:9pt;
}




