/* ----------------------------------------------------/
print stylesheet  
(c) 2006 EyeDivision www.eyedivision.co.uk 
info@eyedivision.co.uk 
doesn't require link change colours
/-----------------------------------------------------*/

h1 { font-size: 1.4em; color: #000; }
h2 { font-size: 1.2em; color: #000; }
h3 { font-size: 1em; color: #000; }

B, strong { color: #000; text-decoration: none ; font-weight: bold; }


body
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size:100%;
	color: #000000;
	background-color: #FFF;
	margin: 0px;
	color: #000;
	background: #fff;
	line-height:140%;
	text-align:center;
}
#container {
	width: 100%;
	height: 100%;
	margin: 5px auto;
	text-align: left;
	font-size: 0.8em;
	border-top: 1px solid #003366;
}


div#content {
	padding: 5px;
}


A:link { color:#000; text-decoration:none; }
A:visited { color: #000; text-decoration: none; }
A:hover { color: #FF0000; text-decoration: none; }
A:active { color: #ffcc00; text-decoration: none; }

.small {
	line-height: 120%;
	/*font-size: 0.8em;*/
}

/* leftcol and rightcol */
#left {
	display: none;
}
#right {
	display: none;
}



#breadcrumb {
	font-size: 0.8em;
}

/* form stuff */
form, label, input { font-size : 1em; }
fieldset { width : 400px; padding : 0.5em 1em; } /* fill full width */
label { position : relative; width : 15em; display : block; margin : .5em 0em; }
label input { position : absolute; left : 100%; top : 0px; width : 10em; }
input.submit { margin-left : 15em; }
#top br { display : none; }