body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
}


table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}


.logo {
	padding-left: 50px;
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8099CC;
}
.header {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #8099CC;
	text-align: left;
	vertical-align: middle;
	background-color: #8099CC;
	background-image: url(images/Header.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8099CC;
}
.header-close {
	text-align: right;
	vertical-align: middle;
	background-color: #8099CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8099CC;
	padding-right: 50px;
}
.margins {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8099CC;
}
.title-main {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.title-sub {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}
.emphasis {
	font-weight: bold;
}

.image-margins {
	margin-top: 20px;
	margin-bottom: 30px;
}
.screen-border {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: dashed;
	border-left-style: double;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}

.label {
	font-size: 14px;
	font-weight: bold;
	color: #007000;
	background-color: #E5F5E5;
	border: 1px solid #40B240;
	padding-top: -1px;
	padding-right: 3px;
	padding-bottom: -1px;
	padding-left: 3px;
}
.label-plain {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.chart-border {
	border: 2px solid #40B240;
}
.chart-cell {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.chart-header {
	color: #006000;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #40B240;
	border-bottom-color: #40B240;
	font-size: 12px;
	font-weight: bold;
	background-color: #BFE5Bf;
}

.footer {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	color: #666666;
}
.sidebar {
	padding: 10px 20px;
	float: right;
	margin-left: 40px;
	border: 1px solid #8099CC;
	width: 250px;
	height: 250px;
}
.sidebar-title {
	font-size: 14px;
	font-weight: bold;
	color: #8099CC;
	margin-bottom: 15px;
}
