body {
	background-color: #d3d3d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}

ul.index {
	list-style-type: square;
}

li.index {
	margin-bottom: 5pt;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.layout {
	width:70%;
	margin-left:15%;
	margin-right:15%;
	border:solid Black 0.5pt;
}

td.layout {
	background-color: #f0f0f0;
	vertical-align: top;
	width: 100%;
	padding: 3px 20px 3px 20px;
}

table.index {
	width:94%;
	margin-left:3%;
	margin-right:3%;
}

td.index {
	vertical-align: top;
	width: 55%;
}

table.caption {
	width:94%;
	margin-left:3%;
	margin-right:3%;
	
	padding-top: 10px;
}

tr.caption {
	height:35px;
}

td.caption {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

table.navigation {
	width:56%;
	margin-left:22%;
	margin-right:22%;
	margin-top: 15pt;
	margin-bottom: 14pt;
}

td.navigation {
	width: 33%;
	font-size: 11pt;
	font-weight: normal;
	text-align: center;
}

h1.title {
	font-size: 16pt;
	text-align: center;
	color: #5c5c5c;
}

h3.title {
	font-size: 12pt;
	text-align: left;
	color: #5c5c5c;
}

h3.index {
	font-size: 14pt;
	text-align: center;
	color: #5c5c5c;
}

.line {
	width:100%;
	height:2px;
	font-size:0;
	margin:7px 0px 7px 0px;
	background: #209c08;
}

.line1 {
	width:100%;
	height:2px;
	font-size:0;
	margin:27px 0px 7px 0px;
	background: #209c08;
}

p.clickhere {
	font-size: 10pt;
	text-align: center;
	margin-top: 10pt;
}

p.caption {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20pt;
	margin-top: 5pt;
}

p.caption1 {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	margin-bottom: 20pt;
	margin-top: 0pt;
}

.fixed-ratio-resize {
	max-width: 100%;  /* basic responsive img */ 
	height: auto;
	width: auto\9; /* IE8 */ 
}

.fixed-ratio-resize1 {
	display: block;
  margin-left: auto;
  margin-right: auto;
	margin-top: 20pt;
	border:solid Black 0.5pt;
	max-width: 100%;  /* basic responsive img */ 
	height: auto;
	width: auto\9; /* IE8 */ 
}