/*
              Title:          default.css 
      
              Author:         Global Web Limited
              Version:        30 
              Filename:       default.css 
              Date:           16:35 2 August 2010
              File Type:      Style Sheet
      
              Copyright:      Copyright (c) 1994-2010 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/
      
      */
      


html {height:100%; }
body {
	font-size: 85%;
	line-height: 120%;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #333333;
	background: white url(images/blue-background.gif) repeat left top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height:100%;
	min-width: 795px;
}
img { border:0; }
h1 {
 	font-size: 120%;
	color: #002265;
	}
h2 {
	font-size: 110%;
	color: #002265;
	}
h3 {
	font-size: 100%;
	color: #002265;
	}
a:link, a:hover, a:visited {  color: #002265;
              font-family: Arial, Helvetica, Verdana, Sans-Serif;
font-size: 100%;
}
#wrapper {
    width: 813px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 100%;
	height: auto !important;
    background: white url(images/white-background.jpg) repeat-y center top;
}
#banner {
	width: 795px;
	height:174px;
	padding-left: 9px;
	}
#innerWrapper {
	width: 711px;
	margin-left: 42px;
	margin-top: 30px;
        background-color: #FFECDA;
	padding: 10px;
        overflow: hidden;
	}
#contentText {
	float: left;
        width: 70%;
	}
#contentTextInside {
	float: left;
        width: 100%;
	}
#contentImage {
	float: right;
        width: 25%;
	}
#footer {
	font-size: 75%;
	padding: 20px 37px;
	clear: both;
	}
#footer a { font-size: 75%; } 
ol.easyclean {
list-style-type: lower alpha
}
.hidden
{
 display : none;
}

.shown
{
 display : visible;
}

.noprint    
{    
display: inline;
}    
.printeronly    
{    
display : none;    
} 
.asterix { color:red; font-size:140%; }
.rangeTable {
border-collapse: separate;
border-spacing: 10px 6px;
}
 
