/* ----------------------------------------------------/
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: #003366; }
h2 { font-size: 1.2em; color: #003366; }
h3 { font-size: 1em; color: #003366; }

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


body
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size:100%;
	color: #000000;
	background-color: #FFFFFF;
	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;
}

#bgcontent {
	padding: 5px;
	
	
}


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

#right A.hilight { color:#66CCFF; font-weight: bold; }
#right A.hilight:link { color:#66CCFF; font-weight: bold;  text-decoration: none; }
#right A.hilight:visited { color:#66CCFF; font-weight: bold;  }
#right A.hilight:hover { color:#66CCFF;  font-weight: bold;}
#right A.hilight:active { color:#FFFFFF; font-weight: bold; }

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