/*
              Title:          screen 
      
              Author:         Global Web Limited
              Version:        45 
              Filename:       screen.css 
              Date:           13:11 3 April 2009
              File Type:      Style Sheet
      
              Copyright:      Copyright (c) 1994-2009 Global Web Limited.
                              All rights reserved.
      
              Address:        Global Web Limited
                              Twin Spires Business Park
                              Mugiemoss Road
                              Bucksburn
                              Aberdeen
                              AB21 9BG
                              United Kingdom
      
              Telephone:      +44 1224 454000
              Fax:            +44 1224 454001
              E-mail:         support@globalweb.co.uk
      	      Web:            http://www.globalweb.co.uk/
      
      */
      

body
{
font-family: Arial, Helvetica, San-Serif; 
margin-left: 0;
margin-right: 0;
margin-top: 0;
background-color: #FFFFFF;
}

img { border:0; }

.banner-background
{   
background-image: url(images/ldg-background.jpg);
background-repeat: repeat-x;
background-position: left;
}
h1, h2, h3 { font-family: Helvetica, Arial, San-Serif;}
h1
{   
color: #003366;
font-size: 120%;
}
h2
{   
color: #003366;
font-size: 110%;
}
h3
{   
color: #003366;
font-size: 105%;
}
td
{   
color: #000000;
font-size: 95%;
line-height: 1.2;
}
a:link, a:visited {
color: #003366;
font-size: 100%;
}
a:hover {
color: #006633;
font-size: 100%;
}

hr
{   
color: #003366;
}
.headerBg { background-image: url(images/bg-header.jpg); }
.text
{   
color: #000000;
font-size: 92%;
line-height: 1.2;
}
.bluetext
{   
color: #003366;
font-size: 85%;
line-height: 1.2;
}
a.navigation:link
{
color: #003366;
font-size: 100%;
text-decoration: none;
}
a.navigation:hover
{
color: #006633;
font-size: 100%;
text-decoration: none;
}
a.navigation:visited
{
color: #003366;
font-size: 100%;
text-decoration: none;
}
.relate a:link
{
color: #003366;
font-size: 100%;
text-decoration: none;
}
.relate a:hover
{
color: #006633;
font-size: 100%;
text-decoration: none;
}
.relate a:visited
{
color: #003366;
font-size: 100%;
text-decoration: none;
}
.copyright
{   
color: #000000;
font-size: 70%;
}
.asterix { color:#FF0000; }
/*--Main Navigation--*/
#mainNav {
	height: 31px;
	background-color:#DCDCDC;
	font-size:90%
}
#mainNav ul { 
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	display:inline;
}
#mainNav a:link, #mainNav a:visited {
	padding:0 1em 0 1em;
	color: #003366;
	background-color:#DCDCDC;
	text-decoration:none;
	line-height:31px;
}
#mainNav a:hover {
	color: #006633;
} 
