﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

.heading {
	border-width: 1px;
	border-color: #F2F2F2;
	font-family: Roboto, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #444444;
	line-height: 50px;
	vertical-align: top;
	border-bottom-style: solid;
}
hr {
	border: 1px solid #CCCCCC;
}
.headingback {
	background-color: #CFD3F5;
}
.activetext {
	font-family: Open Sans, sans-serif;
	font-size: 10pt;
	color: #D86320;
	font-style: italic;
}
.inactivetext {
	font-family: Open Sans, sans-serif;
	font-size: 10pt;
	font-style: italic;
}
p {
	font-family: Open Sans, sans-serif;
	font-size: 11pt;
}
li {
	font-family: Open Sans, sans-serif;
	font-size: 11pt;
	list-style-type: square;
}
a {
	font-family: Open Sans, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Open Sans, sans-serif;
	font-size: 11pt;
	color: #CC0000;
	text-decoration: none;
}
.contents_table {
	border: 1px solid #CFD3F5;
	background-color: #F5F5F5;
}
.contents_heading {
	font-family: Open Sans, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.details_table {
	border: 1px solid #CFD3F5;
}
.imgleft {
	float: left;
	margin: 10px 10px 10px 10px;
}
.imgright {
	float: right;
	margin: 10px 10px 10px 10px;
}
.subtitle {
	font-family: Roboto, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #444444;
}
.paratitle {
	font-family: Roboto, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #D86320;
}
.paratext {
	font-family: Open Sans, sans-serif;
	font-size: 11pt;
}
.boxtopleft {
	font-family: Open Sans, sans-serif;
	font-size: 11pt;
	border: 1px solid #999999;
	vertical-align:top;
}
.boxtopmain {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Open Sans, sans-serif;
	font-size: 11pt;
	vertical-align:top;
}
.boxleft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Open Sans, sans-serif;
	font-size: 11pt;
	vertical-align:top;
}
.boxmain {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Open Sans, sans-serif;
	font-size: 11pt;
	vertical-align:top;
}
.contents_subheading {
	font-family: Open Sans, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}
.tableback {
	background-color: #F2F2F2;
}
.bottomline {
	border-style: none none solid none;
	border-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.admintext {
	font-family: Open Sans, sans-serif;
	font-size: 10pt;
	color: #BF0A30;
	font-weight: bold;
}
