/* Structure */

html,body
{
	margin:0px 0px 0px 0px;
   font-family:'Verdana',sans-serif;
	font-size:10pt;
}

body
{
	background:url('/images/background.gif');
	background-color:#f9ffdb;
}

a.plain
{
	text-decoration:none;
}

a.plain:hover,a.plain:active
{
	text-decoration:underline;
}

form
{
	margin:0px;
}

input.monospace,textarea.monospace
{
	font-family:monospace;
	font-size:10pt;
}

/* Header */

div.loginPanel
{
	display:none;
	position:fixed;
	z-index:1000;
	padding:7px 7px 7px 10px;
	background:url('/images/login/background.png');
	_background:url('/images/login/background_solid.png');
	border-bottom:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}

span.loginMessage
{
	color:red;
	font-weight:bold;
}

table.header
{
	width:100%;
}

td.headerLogo
{
	padding:15px 0px 7px 15px;
}

td.headerTagLine
{
	padding:15px 15px 7px 15px;
	text-align:right;
	font-size:14pt;
	font-style:italic;
	letter-spacing:1px;
	white-space:nowrap;
}

td.headerTabs
{
	padding:0px 15px 0px 15px;
	background:url('/images/header/bar.gif');
	background-repeat:repeat-x;
}

td.headerTab,td.headerActiveTab
{
	width:120px;
	padding:0px 10px 0px 10px;
	font-size:11pt;
	font-style:italic;
	text-align:center;
	white-space:nowrap;
}

td.headerTab
{
	letter-spacing:1px;
}

td.headerActiveTab
{
	font-weight:bold;
}

a.headerTab
{
	text-decoration:none;
}

a.headerTab:hover,a.headerTab:active
{
	text-decoration:underline;
}

td.login
{
	width:100%;
	padding:0px 10px 0px 10px;
	vertical-align:top;
	text-align:right;
	font-size:8pt;
	line-height:100%;
	white-space:nowrap;
}

/* Body */

div.body
{
	padding:30px 15px 0px 15px;
}

/* Content */

p,ul,ol,h1,h2,h3,h4,h5,h6,table.paragraph
{
	margin-top:0px;
}

p,h1,h2,h3,h4,h5,h6,table.paragraph
{
	margin-bottom:10px;
}

p
{
	text-align:justify;
}

ul,ol
{
	margin:0px;
	padding-left:18px;
}

li
{
	margin:0px 0px 10px 0px;
	list-style-image:url('/images/bullet.gif');
}

h1
{
	font-size:14pt;
}

h2
{
	font-size:12pt;
}

h3
{
	font-size:10pt;
}

h4,h5,h6
{
	font-size:9pt;
}

p.introduction
{
	font-weight:bold;
}
	
p.small,span.small,div.footer
{
	font-size:7pt;
}

table.rule
{
	height:14px;
	margin:15px 0px 15px;
}

td.ruleLeft
{
	background:url('/images/rule/left.gif');
	background-repeat:no-repeat;
	width:45px;
}

td.ruleMiddle
{
	background:url('/images/rule/middle.gif');
	background-repeat:repeat-x;
}

td.ruleRight
{
	background:url('/images/rule/right.gif');
	background-repeat:no-repeat;
	width:45px;
}

div.map
{
	border-width:thin;
	border-style:solid;
}

div.footer
{
	padding:30px 0px 15px 0px;
	text-align:center;
}

/* Colours */

html,body
{
	color:#896737;
}

h1,h2,h3,h3,h4,h5,h6,a
{
	color:#896737;
}

span.error
{
	color:red;
}

a:hover
{
	color:#ba8c4a;
}

a:active
{
	color:#cfa161;
}

div.map
{
	border-color:#896737;
}