/* JCBStyle.css */

BODY {
	font-size: 11pt;
	font-family: Georgia, serif;
	background: #E0E0E0;
}

p {
	font-family: Georgia, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	}
p.advice{
	font-size: 9pt; 
	font-family: Georgia, serif;
	margin-bottom: 5px;
	line-height: 140%;
	text-align:left;
}

p.copyright{
	font-family: Calibri, Tahoma, sans-serif;
	font-size: 8pt;
	padding-top : 5px;
	padding-bottom : 5px;
	color: #fee403;
	text-align: center;
	
}
p.indent{
	text-indent: 30px;
	margin-bottom: 10px;
	
}
p.indent1{
	text-indent: 30px;
	margin-bottom: 10px;
	margin-left: 40px;
}
p.indent2{
	text-indent: 30px;
	margin-bottom: 10px;
	margin-left: 80px;
}
p.indent3{
	text-indent: 30px;
	margin-bottom: 10px;
	margin-left: 120px;
}
p.indentbold{
	text-indent: 30px;
	font-weight: bold;
	margin-bottom: 7px;
		margin-bottom: 10px;
}
p.commentary{
	margin-bottom: 9px;
	margin-left: 40px;
	margin-right: 40px;
	font-style:italic;
	text-indent: 30px;


}
p.subscript{
	font-size: 9pt; 
	font-family: Calibri, Tahoma, sans-serif;
	margin-bottom: 10px;
	line-height: 140%;
	text-align:right;
}
p.subscriptleft{
	font-size: 9pt; 
	font-family: Calibri, Tahoma, sans-serif;
	margin-bottom: 10px;
	line-height: 140%;
	text-align:left;
}

A {
	FONT-SIZE: 11pt;
	COLOR: #003366; 
	FONT-FAMILY: Georgia, serif;
	font-style: normal;
}
A.link {
	COLOR: #003366; 
	}
A:hover {
	COLOR: #2622c3; 
	
}
A:visited {
	COLOR: #2622c3; 
}

A.statictext {
	COLOR: #666666; 
	
}

A.statictext:visited { 
	COLOR: #000; 
	
}


A.plain:link, a.plain:visited {
	FONT-SIZE: 11pt; 
	COLOR: #003366; 
	FONT-FAMILY: Georgia, serif;
	font-style: normal;
}
A.plain:hover, a.plain:visited:hover {
COLOR: #2622c3;

}

A.sidebar {
	
	COLOR: #000; 
	FONT-FAMILY: Calibri, Tahoma, sans-serif; 
	text-decoration : none;
	FONT-weight: bold;
}

A.sidebar:visited {
	COLOR: #000; 
	FONT-FAMILY: Calibri, Tahoma, sans-serif; 
	text-decoration : none;
	FONT-weight: bold;
}

a.sidebar:hover{
	
	COLOR: #2622c3; 
	FONT-FAMILY: Calibri, Tahoma, sans-serif;
	text-decoration : none;
	FONT-weight: bold;
}



H1 {
	font-size: 14pt;
	font-family: Calibri, Tahoma, sans-serif;
	margin-bottom: 10px;
	margin-top: 12px;
}

H2 {
	font-size: 13pt; 
	font-family: Calibri, Tahoma, sans-serif;
	margin-bottom: 10px;


}
H3 {
	font-size: 12pt; 
	font-family: Calibri, Tahoma, sans-serif;
	margin-bottom: 10px;
	line-height: 200%;

}
H5 {
	font-size: 12pt; 
	font-family: Calibri, Tahoma, sans-serif;

	line-height: 150%;
	text-align:center;

}
Table
{
	border-collapse: collapse;
	padding:0px;
}
Table.board
{
	font-family: Calibri, Tahoma, sans-serif;
	font-size: 9pt;
	border-collapse: collapse;
	
}

TD {
	font-size: 11pt; 
	font-family: Georgia, serif;
}
TD.sidebar
{
	
	background: #bdc9fb;
	width: 160px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
	border-right: 1px solid black;
}

TD.main
{
	padding: 15px;
	vertical-align:top;
}
TD.mainhome
{
	padding: 7px;
	vertical-align:top;
}
TD.board
{
	font-family: Calibri, Tahoma, sans-serif;
	font-size: 9pt;
	border: gray solid 1px;
	
}

TD.list
{
	padding-left: 30px;
	vertical-align:top;
}
TD.advice {
background: #fff;
	padding: 15px;
	vertical-align:top;
	width:49%;

}
TD.annualreport {
background: #fff;
	padding: 15px;
	vertical-align:top;
	width:49%;
	height:355px;
	border-right: 1px solid #b4b4b4;
}
TD.home {
background: #fff;
	padding: 15px;
	vertical-align:top;

}

OL {
	font-family: Georgia, serif;
	font-size: 11pt;
	margin-top : 5px;
	margin-bottom : 10px;
}
UL {
	font-family: Georgia, serif;
	font-size: 11pt;
	list-style-type: disc;
	list-style-position: outside;
}
UL.advice {
	font-family: Georgia, serif;
	font-size: 9pt;
	list-style-type: disc;
	list-style-position: outside;
}

