/* Style sheet for Chancellor Hattersley Lloyd */

body {
	font-family: "Times New Roman", Times, Helvetica, serif;
	font-size: 13pt;
	color: #000099;
	background: white;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
p {
	font-size: 13pt; 
	line-height: 1.5;
	text-align: justify;
}
img {
	border: none;
}
.singlesp {
	font-size: 13pt; 
	line-height: 1.2;
}
.quoted {
	font-size: 120%; 
	font-weight: bold; 
	font-style: italic;
}
.company {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #cc9933;
}
.t-sidebar {
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}
.m-header {
	font-size: 8pt;
	margin: 0 20% 0 0; 
}
.m-body-text {
	padding: 6px; 
	margin: 0px 20% 0px 10px; 
	text-align: justify;
}
.m-footer {
	text-align: center;
	margin: 10px 20% 0 10px; 
	padding-top: 5px; 
	border-top: 1px solid #cc9933;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}
.m-b-links {
	text-align: center;
	margin: 0 20% 0 0; 
	padding-top: 0; 
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: black;
}
li.vs {
	padding-bottom: 1em;
}

@media screen {
	a:link, a:visited, a:active {
		color: blue;
		background: transparent;
		text-decoration: underline;
	}
	a:hover {
		color: #cc9933;
		background: #ffff66;
		text-decoration: underline;
	}
}
@media print {
	A {
		color: inherit;
		background: inherit;
		text-decoration: inherit;
	}
}

