/* Image borders (hyperlinked images only) */
a img { border:none; }

/* Hyperlinks with Mouseover */
a:link		{ color:#000080; }
a:visited	{ color:#000080; }
a:hover		{ color:#0000FF; }
a:active	{ color:#0000FF; }

/* Normal  including Scrollbars */
body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	scrollbar-3dlight-color:#CE8484;
	scrollbar-arrow-color:#FF0000;
	scrollbar-darkshadow-color:#D46464;
	scrollbar-face-color:#CE8484;
	scrollbar-highlight-color:#EDB1B1;
	scrollbar-shadow-color:#E9D6D6;
	scrollbar-track-color:#CE8484;
}

/* White headings in left border */
h4 {
	color:white;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:0;
}

/* White sub-headings in left border */
h5 {
	color:white;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	margin-bottom:0;
	margin-top:0;
}

/* Main outer table to align Shared Borders */
table.Mini {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
}

/* For small tables in left border */
td.Left {
	font-color:#000080;
	font-family:Arial Narrow;
	font-size:10pt;
}

/* As above but right aligned */
td.Right {
	font-color:#000080;
	font-family:Arial Narrow;
	font-size:10pt;
	text-align:right;
}

/* Paragraphs in left border */
p.Left {
	font-color:#000080;
	font-family:Arial Narrow;
	font-size:10pt;
}