/*
	Stylesheet 
	Created by R J McIntosh 
	http://www.rjmit.net/

	This is the stylesheet used for printing.
	
*/

#jumptocontent { display: none; }
#headerspace { display: none; }
#footerspace { display: none; }
#frame {display: none; }
#menubar {display: none; }
#belowmenu {display: none; }
#content { text-align:justify; }
#news {display: none; }

body, html {
	margin:0;
	padding:0;
	font-size : 90%;
	font-family: Arial, sans-serif;
}

body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color: #000000;
}

a img { border: 0 none; }

img.float { float: left; margin: 0px 10px 0px 0px; }
img.floatright { float: right; margin: 0px 10px 0px 10px; }

table {page-break-inside: avoid;}

a {
	color:#005FA9;
	text-decoration:none;
}

#content a:link {
	color: #005FA9;
	text-decoration: none;
}

#content a:visited {
	color: #005FA9;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#copyright a:link {
	color: #00255E;
	text-decoration: none;
}

#copyright a:link {
	color: #00255E;
	text-decoration: none;
}

#copyright a:visited {
	color: #00255E;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

