﻿.Wrap {
	margin: 0 auto;
	width: 900px;
}
.Default_Table {
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.Support_Table {
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
}
.Icon_Table {
	text-align: justify;
	padding-right: 4px;
	padding-left: 2px;
}
.Logo_Blue {
	color: #000080;
	font-family: Calibri, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}
.Logo_Maroon {
	color: #990000;
	font-size: 11pt;
	font-family: Calibri, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.Body_Heading {
	color: #990000;
	font-size: 11pt;
	font-family: Calibri, sans-serif;
	font-weight: bold;
	text-align: center;
}
.Body_Text {
	color: black;
	font-size: 10.5pt;
	font-family: Calibri, sans-serif;
	text-align: justify;
}
.Body_Emphasis {
	color: #990000;
	font-size: 10.5pt;
	font-family: Calibri, sans-serif;
	font-style: italic;
	text-align: justify;
}
.Body_Date {
	color: #808080;
	font-size: 10pt;
	font-family: Calibri, sans-serif;
}
.Narrow_Line {
	border: 0px solid transparent;
	color: #000000;
	font-size: 4pt;
	font-family: Calibri, sans-serif;
	vertical-align: baseline;
}
.Picture_Comments {
	color: #990000;
	font-size: 9.5pt;
	font-family: Calibri, sans-serif;
	font-style: italic;
	text-align: justify;
}
.Footer {
	font-family: Calibri, sans-serif;
	font-size: 10pt;
}
.Side_Filler {
	background-color: #003399;
	padding: 0;
}
.Side_Link {
	color: #FFFFFF;
	font-family: Calibri, sans-serif;
	font-size: 9.5pt;
}
.Small_Text {
	color: black;
	font-size: 9.5pt;
	font-family: Calibri, sans-serif;
	text-align: justify;
}
.Title_Heading {
	color: #990000;
	font-size: 11pt;
	font-family: Calibri, sans-serif;
	font-weight: bold;
	text-align: justify;
	vertical-align: text-top;
}
.Side_Title_Heading {
	color: #FFD700;
	font-size: 11pt;
	font-family: Calibri, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: text-top;
}
.Bottom_Line {
	color: #FFD700;
	font-size: 10pt;
	font-style: italic;
	font-family: Calibri, sans-serif;
	text-align: center;
	vertical-align: text-top;
}
.Sub_Title_Heading {
	color: #000080;
	font-size: 10.5pt;
	font-family: Calibri, sans-serif;
	font-weight: bold;
	text-align: justify;
	vertical-align: text-top;
	font-style: italic;
}
.List_Title_Heading {
	color: #000080;
	font-size: 10.5pt;
	font-family: Calibri, sans-serif;
	font-weight: bold;
	text-align: justify;
	vertical-align: text-top;
}
.Quotation_Text {
	color: #FFD700;
	font-size: 9pt;
	font-style: italic;
	font-family: Calibri, sans-serif;
	text-align: justify;
	vertical-align: text-top;
}
.a {
	font-family: Calibri, sans-serif;
	font-size: inherit;
}
.a:link {
	color: #000080;
	background-color: transparent;
	text-decoration: underline;
	right: auto;
}
.a:visited {
	color: purple;
	background-color: transparent;
}
.a:hover {
	color: maroon;
	background-color: transparent;
}
.a:active {
	color: red;
	background-color: transparent;
}
.scroller_container {
	position: relative;
	width: 300px;
	height: 150px;
	padding-left: 2px;
	overflow: hidden;
	text-align: justify;
	vertical-align: middle;
}
.scroller {
	padding: 0;
}
.z {
	color: #FFFFFF;
	font-family: Calibri, sans-serif;
	font-size: inherit;
}
.z:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	font-size: 9pt;
	right: auto;
}
.z:hover {
	color: #FFD700;
	background-color: transparent;
	font-size: 9pt;
}
.e-table {
	font-family:Calibri;
	color:#666;
	font-size:10pt;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:3px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.e-table th {
	padding:3px 3px 3px 3px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.e-table th:first-child{
	text-align: left;
	padding-left:3px;
}
.e-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.e-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.e-table tr{
	text-align: justify;
	padding-left:3px;
}
.e-table tr td:first-child{
	text-align: left;
	padding-left:3px;
	border-left: 0;
}
.e-table tr td {
	padding:3px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.e-table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.e-table tr:last-child td{
	border-bottom:0;
}
.e-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.e-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.e-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}