/* ----------------------------------
Author: Bernard Johnson 
URL: http://www.webdesignbymagic.co.uk
-------------------------------------*/
BODY
{
margin: 0px;
padding: 0px;
background: #FCF3D6;
font-family: Georgia, sans-serif;
font-size: 9pt;
color: #000000;
}

TABLE, TD 
{
font-family:Georgia, sans-serif;
font-size: 9pt;
color: #000000;
background-color: #FCF3D6;

}

H3
{
font-size: 11pt;
font-weight: bold;
font-family:"Trebuchet MS", Trebuchet, sans-serif;
color: blue;
padding: 0px;
margin: 0px;
}

.main
{
color: blue;
font-size: 8pt;
letter-spacing: 0pt;
font-weight: normal;
border-bottom:1px solid #777700;
}



.mini
{
font-family: Georgia;
color: #000000;
font-size: 7pt;
}


.imgs
{
border:1px solid #999999;
}


.hr
{
border-top:1px solid #000000;
margin-top: 6px;
margin-bottom: 10px;
padding: 0px;
}

.hr2
{
border-top:1px solid #000000;
margin-top: 6px;
margin-bottom: 8px;
padding: 0px;
width: 97%;
}



ul.navert {
text-indent: 0px;
list-style-position: outside;
list-style-type: none;
padding: 0px;
margin: 0px;
}

.sidenav:link, .sidenav:visited
{
display: block;
font-family: Monotype Corsiva;
font-size: 24pt;
font-Variant: normal; 
font-Weight: bold;
font-style: normal;
color: #000000;
text-decoration: none;
text-indent: 5pt;
text-align: left;
width: 170px;
height: auto;
background-color: #FCF3D6;
background-repeat:no-repeat;
padding-right: 0px;
border-bottom: 1px solid #000000;; padding-left:6px; padding-top:6px; padding-bottom:6px
}

.sidenav:hover, .sidenav:active
{
display: block;
font-family: Monotype Corsiva;
font-size: 24pt;
font-Variant: normal;
font-Weight: bold;
font-style: normal;
color: #000000;
text-decoration: underline;
text-indent: 5pt;
text-align: left;
width: 170px;
height: auto;
background-color: #FCF3D6;
background-repeat:no-repeat;
padding-right: 0px;
border-bottom: 1px solid #000000; padding-left:6px; padding-top:6px; padding-bottom:6px
}

.main_content_area{
	/* background colour of main content box */
	background-color: #FCF3D6;
}