﻿/* linkButton */
.linkButton {
	align-items: center !important;
	background-color: rgba(0,0,0,0) !important;
	border-color: rgb(0, 0, 238) !important;
	border-style: none !important;
	box-sizing: content-box !important;
	color: rgb(0, 0, 238) !important;
	cursor: pointer;
	display: inline !important;
	font: inherit !important;
	padding: 0 !important;
	perspective-origin: 0 0 !important;
	text-align: start !important;
	text-decoration: underline !important;
	transform-origin: 0 0 !important;
	-moz-appearance: none !important;
	/*	
	height: auto !important;
	width: auto !important;
*/
}

.linkButtonDisabled {
	align-items: center !important;
	background-color: rgba(0,0,0,0) !important;
	border-color: rgb(0, 0, 238) !important;
	border-style: none !important;
	box-sizing: content-box !important;
	color: black !important;
	cursor: default !important;
	display: inline !important;
	font: inherit !important;
	padding: 0 !important;
	perspective-origin: 0 0 !important;
	text-align: start !important;
	text-decoration: none !important;
	transform-origin: 0 0 !important;
	-moz-appearance: none !important;
	-webkit-logical-height: 1em !important; /* Chrome ignores auto, so we have to use this hack to set the correct height  */
	-webkit-logical-width: auto !important; /* Chrome ignores auto, but here for completeness */
	/*
	width: auto !important;
	height: auto !important;
*/
}

.buttonWhite0 {
	color: White;
	background-color: White;
	border-color: White;
	border-width: 0px;
	width: 0px;
}


.buttonShape {
	font: 11pt;
	font-weight: 500;
	font-family: Verdana, 'Times New Roman', serif;
	color: #366092;
	padding: 4px 2px 4px 2px;
	margin: 2px 5px 2px 5px;
	min-width: 130px;
	-webkit-text-emphasis-color: black;
	text-emphasis-color: black;
	text-decoration-color: black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: outset 2px rgb(221, 221, 221);
	background-color: #f4f4f4;
	text-decoration: none;
	cursor: pointer;
}

	.buttonShape[type="submit"] {
		min-width: 130px;
	}
	.buttonShape:visited {
		color: black;
	}

	.buttonShape:active {
		color: black;
	}

	
	.buttonShape:hover {
		font: 11pt;
		font-weight: bold;
		font-family: Verdana, 'Times New Roman', serif;
		color: #000000;
		padding: 4px 2px 4px 2px;
		margin: 2px 5px 2px 5px;
		min-width: 130px;
		-webkit-text-emphasis-color: black;
		text-emphasis-color: black;
		text-decoration-color: black;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: outset 2px rgb(221, 221, 221);
		background-color: #efefef; /*#dccdcd; a light reddish grey*/
		text-decoration: none;
		cursor: pointer;
	}

	.buttonShape[type="submit"]:hover {
		min-width: 130px;
	}

.buttonShapeNoWide {
	font: 11pt;
	font-weight: 500;
	font-family: Verdana, 'Times New Roman', serif;
	color: #366092;
	padding: 4px 24px 4px 24px;
	cursor: pointer;
	-webkit-text-emphasis-color: black;
	text-emphasis-color: black;
	text-decoration-color: black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: outset 2px rgb(221, 221, 221);
	background-color: #f4f4f4;
	text-decoration: none;
}

	.buttonShapeNoWide:visited {
		color: black;
	}

	.buttonShapeNoWide:active {
		color: black;
	}

	.buttonShapeNoWide:hover {
		font: 11pt;
		font-weight: 500;
		font-family: Verdana, 'Times New Roman', serif;
		color: black;
		padding: 4px 24px 4px 24px;
		cursor: pointer;
		-webkit-text-emphasis-color: black;
		text-emphasis-color: black;
		text-decoration-color: black;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: outset 2px rgb(221, 221, 221);
		background-color: #efefef; /*#dccdcd; a light reddish grey*/
		text-decoration: none;
	}

/*AZBOMApplications.Master Styles*/

input[type=submit], input[type=button] {
	/*buttons*/
	font: 11pt;
	font-weight: bold;
	color: #366092;
	padding: 6px 12px 6px 12px;
	margin: 2px 5px 2px 5px;
	-webkit-text-emphasis-color: black;
	text-emphasis-color: black;
	text-decoration-color: black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: outset 2px rgb(221, 221, 221);
	background-color: #f4f4f4;
	text-decoration: none;
	min-width: 0px;
	min-height: 0px;
	cursor: pointer;
}

	input[type=submit]:hover, input[type=button]:hover {
		font: 11pt;
		font-weight: bold;
		color: #000000;
		padding: 6px 12px 6px 12px;
		margin: 2px 5px 2px 5px;
		-webkit-text-emphasis-color: black;
		text-emphasis-color: black;
		text-decoration-color: black;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: outset 2px rgb(221, 221, 221);
		background-color: #efefef; /*#dccdcd; a light reddish grey*/
		text-decoration: none;
		min-width: 0px;
		min-height: 0px;
		cursor: pointer;
	}

body {
	margin: 0px;
	font-family: Verdana, 'Times New Roman', serif;
	font-size: 11pt;
	background-color: #ECECEC;
}

#divLogo {
	background-color: white;
	width: 980px;
	height: 100px;
	margin: auto;
	text-align: right;
}

#divOuterContent {
	background-color: white;
	width: 980px;
	margin: auto;
	padding-top: 1px /* To address a margin-collapse issue */
}

#divContent {
	background-color: white;
	margin: auto;
	padding: 10px 20px 10px 20px;
}

#pageContainer {
	background-color: white;
	margin: 0 0 0 0 !important;
	padding-bottom: 150px;
}

textarea {
	font-family: Verdana;
	font-size: 11pt;
}

.h1,
h1 {
	text-align: center;
	font-size: 20pt;
	font-family: Calibri,Latha,sans-serif;
	text-decoration: none;
}

.h2,
h2 {
	color: #000000;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.h3,
h3 {
	font-size: 1.424rem;
}

.h4,
h4 {
	font-size: 1.266rem;
}

.h5,
h5 {
	font-size: 1.125rem;
}

.h6,
h6 {
	font-size: 1.05rem;
}

small, 
.text_small {
	font-size: 0.889rem;
}


.stack > * {
	margin-top: 0;
	margin-bottom: 0;
}

	.stack > * + * {
		margin-top: 2em;
		margin-top: var(--gap, 2em);
	}

.stack[data-gap="0"] > * + * {
	margin-top: 0;
}

.stack[data-gap="1"] > * + * {
	margin-top: 1em;
}

.mock_footer {
	text-align: center;
	font-size: .8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background: url(../images/footer_back.jpg) repeat-x left top;
}

.seal {
	float: right;
	background: url(../images/footer_back.jpg) no-repeat left;
	height: 75px;
	width: 302px;
	text-align: right;
	margin-left: -20em;
	height: 100px;
	width: 100px;
}

.dvcenter {
	text-align: center;
}

/*END - AZBOMApplications.Master*/


/*MDApplications styles*/

.redCell {
	color: red;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.Columns {
	BORDER-RIGHT: none;
	BORDER-LEFT: none;
	BORDER-BOTTOM: none;
}

.entrylabels {
	font-weight: bold;
}

.centerBold {
	font-weight: bold;
	text-align: center;
}

.dtgHeader1 {
	background-color: lightgray;
	font-weight: bold;
	text-align: center;
}

/*END - MDApplications style*/

/*Dispensing Registration*/

.greyHeader {
	height: 200px;
	background-color:lightgray;
}

.white {
	background-color:white;
}

/*Ala - Style*/

.logocd {
	width: 100px;
	height: 100px;
	border-width: 0;
}

.ftcode {
	border-top: 1px solid #666666;
	height: 20px;
}

.error {
	color: rgb(173, 0, 0) !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 12pt !important;
}

.dvhosphid {
	margin-left: 50px;
	width: 600px;
	display: none;
}

.marginleft50 {
	margin-left: 50px;
}

.colrblue20px {
	color: Blue;
	font-size: 20pt;
}

.tablepadding3 {
	padding: 3px 3px 3px 3px;
}

.center {
	text-align: center;
}

/*END - Ala Style*/


body {
	margin: 0px;
	padding: 10px;
}

.imgResponsive {
	width: 80%;
	max-width: 1065px;
	height: auto;
	max-height: 300px;
}

a:link {
	color: navy;
}

a:visited {
	color: #704A50;
}

a:active {
	color: #704A50;
}

a:hover {
	color: blue;
}

.ajax__calendar {
	font-weight: normal;
}

#tblBorderMain {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-collapse: collapse;
	padding: 1px 0px 1px 0px;
	margin: 0px;
}

	#tblBorderMain td {
		border-style: solid;
		border-width: 1px;
		border-color: black;
		border-collapse: collapse;
		padding: 1px 0px 1px 0px;
		margin: 0px;
	}
.redb {
	color: red;
	font-weight: bold;
	margin-right: 200px;
	margin-left: 200px;
}

.redBoldCentered {
	color: red;
	font-weight: bold;
	text-align: center;
}

.redCenter {
	color: red;
	text-align: center;
}

.headerDarkGray {
	background-color: DarkGray;
	border: solid 1px Black;
}

.headerGray {
	background-color: DarkGray;
	border: solid 1px Black;
}

.panelGrayDim {
	background-color: dimgray;
	border: solid 1px Black;
}

.verificationDataGridHeader {
	background-color: #4F81BD;
	color: white;
	font-weight: bold;
	font-size: 14pt;
}

.tooltip {
	position: relative;
	display: inline-block;
}
	/* Tooltip text */
	.tooltip .tooltiptext {
		visibility: hidden;
		width: 600px;
		background-color: white;
		color: #000000;
		text-align: left;
		padding: 5px 0;
		border-radius: 6px;
		border: solid;
		border-width: thin;
		/* Position the tooltip text - see examples below! */
		position: absolute;
		z-index: 1;
	}

	.tooltip .tooltiptexthighlight {
		visibility: hidden;
		width: 600px;
		background-color: yellow;
		color: #000000;
		text-align: left;
		padding: 5px 0;
		border-radius: 6px;
		border: solid;
		border-width: thin;
		/* Position the tooltip text - see examples below! */
		position: absolute;
		z-index: 1;
	}
	/* Show the tooltip text when you mouse over the tooltip container */
	.tooltip:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
		width: 800px;
		top: 100%;
		left: 50%;
		margin-left: -400px;
		font-size: 12px;
	}


.divLogin {
	width: 800px;
	font-family: Verdana;
	font-size: 13pt;
	border: .1em solid Black;
}

.divCenter14Bold {
	 text-align: center;
	 font-size: 14pt;
	 font-weight: bold; 
	 margin-bottom: 10px;
}
.multilineBox
{
	padding-left:3%;
}

.divAlignBody
{
	padding-left:4%;
}

.paddingBottom2Percent {
	 padding-bottom: 2%;
}

.paddingBottom5px {
	 padding-bottom: 5px;
}

.paddingTop2Percent {
	 padding-top: 2%;
}

.leftAlign {
	 text-align: left;
}

.rightAlign {
	 text-align: right;
}

.centered {
	 text-align: center;
}

.tblBodyRedFlag
{
	font-family:Verdana;
	font-size:14pt;
	width:100%;
}

.tblBody
{		
	font-family:Verdana;
	font-size:13pt;	
}
.divBanner
{
	padding-left:15%;	
	text-align:left;
}
.tblBodyInfo1
{	
	font-family:Verdana;
	font-size:14pt;	
	border-width:thin;
	border-color:Black;
	width:auto;	
}

.tblBodyInfo2
{	
	font-family:Verdana;
	font-size:14pt;	
	border-width:thin;
	border-color:Black;
	width:auto;	
}


.ErrorMessage_Large {
	color: rgb(173, 0, 0);
	font-size: 16pt;
	font-family: Verdana;
}
.ErrorMessage_Normal {
	color: rgb(173, 0, 0);
	font-size: 10pt;
	font-family: Verdana;
}
.ErrorMessage_Small {
	color: rgb(173, 0, 0);
	font-size: 9pt;
	font-family: Verdana;
}

.table_header_midnormal
{
	background-color:#A5A6A5;
	color:Black;
	font-family:Verdana;
	font-weight:bold;
	font-size:12pt;
	text-align:center;
}
.stripeMe{ text-align:center;}	
.input_midnormal{ text-align:center;}
.input_small	{ text-align:center;}

.btnAdd_new{ 
	font-family:Verdana;
	font-size:10.5pt; 
	font-weight:bold;
}

.headerBlue {
	background-color: lightcyan;
	border: 1px solid darkblue;
	color: darkblue;
	font-family: Verdana, 'Times New Roman', Times, serif;
}

.headerGray {
	background-color: lightgray;
	border: 1px solid darkblue;
	color: black;
	font-family: Verdana, 'Times New Roman', Times, serif;
}

.paytable{
	 font-family:Verdana, Geneva, Tahoma, sans-serif;
	 font-size:12px;
	 border:none;
}

.headerGrayNoBoard {
	 background-color: lightgray;
	 border-style: none;
	 color: black;
	 font-family: Verdana, 'Times New Roman', Times, serif;

}

.headerGrayWhiteBoard {
	 background-color: lightgray;
	 border: 1px solid white;
	 color: black;
	 font-family: Verdana, 'Times New Roman', Times, serif;
}
.demo_info_header
{
	font-family:Verdana;
	font-size:11.5pt;	
	border-width:thin;
	border-color:Black;
	width:auto;	
	
}

.tdTopAlign {
	vertical-align: top;
}

.gridlinesNone{
	border-collapse:collapse;
}
.txtSubHeaderCss
{
	font-weight:bold;
	text-decoration:underline;
}

.txtUnderline {
	 text-decoration: underline;
}

.dtConfirmation {
	 text-align: center;
}

.dtConfirmation_Header
{ text-align:center; font-weight:bold;}

.pnlBorder
{
	border-color: black;
	border: 1px solid #000000;
	color: black;
	padding: 2px;
}
/*.pnlPayment
{
	width:1000px;
	text-align:center;
	position: relative; 
	margin:0 auto;
	
	padding-left:40%;
	padding-right:50%;
	}*/

.redb {
	 color: rgb(173, 0, 0) !important;
	 font-weight: bold;
	 margin-right: 200px;
	 margin-left: 200px;
}

.tooltip {
	 position: relative;
	 display: inline-block;
}

	 /* Tooltip text */
.tooltip .tooltiptext {
		  visibility: hidden;
		  width: 600px;
		  background-color: white;
		  color: #000000;
		  text-align: left;
		  padding: 5px 0;
		  border-radius: 6px;
		  border: solid;
		  border-width: thin;
		  /* Position the tooltip text - see examples below! */
		  position: absolute;
		  z-index: 1;
}

.tooltip .tooltiptexthighlight {
		  visibility: hidden;
		  width: 600px;
		  background-color: yellow;
		  color: #000000;
		  text-align: left;
		  padding: 5px 0;
		  border-radius: 6px;
		  border: solid;
		  border-width: thin;
		  /* Position the tooltip text - see examples below! */
		  position: absolute;
		  z-index: 1;
}

	 /* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
		  visibility: visible;
		  opacity: 1;
		  width: 800px;
		  top: 100%;
		  left: 50%;
		  margin-left: -400px;
		  font-size: 18px;
}

.hgth200px {
	height:200px;
}

.hgth100px {
	height: 100px;
}

/*Colors*/
.brown {
	 color:  brown;
}

.Black {
	 color: black;
}

.Red {
	 color: rgb(173, 0, 0) !important;
}

/*Font Sizes*/

.Body11 {
	 font-size: 11pt;
}

.Body10 {
	 font-size: 10pt;
}

.Body9 {
	 font-size: 9pt;
}

/*Font Families*/

.fontArial {
	 font-family: Arial;
}

.fontArialSansTimes {
	 font-family: Arial,sans-serif,Times New Roman;
}

.fontVerdana {
	 font-family: Verdana;
}


/*Padding*/

.paddingLeft5Percent {
	 padding-left: 5%
}

.paddingLeft2Percent {
	 padding-left: 2%;
}

.paddingLeft10px{
	 padding-left: 10px;
}

.paddingRight5Percent {
	 padding-right: 5%
}

.paddingRight2Percent {
	 padding-right: 2%;
}

.paddingRight10px {
	 padding-right: 10px;
}

.paddingTopBottom0p5em {
	padding-top: .5em;
	padding-bottom: .5em;
}

/*Widths-Pixels*/
.wide1000px {
	 width: 1000px;
}

.wide800px {
	 width: 800px;
}

.wide500px {
	 width: 500px;
}

.wide325px {
	 width: 325px;
}

.wide300px {
	 width: 300px;
}

.wide250px {
	 width: 250px;
}

.wide225px {
	 width: 225px;
}

.wide200px {
	 width: 200px;
}

.wide150px {
	 width: 150px;
}

.wide133px {
	width: 133px;
}

.wide120px {
	 width: 120px;
}

.wide100px {
	 width: 100px;
}

.wide90px {
	width: 90px;
}

.wide80px {
	width: 80px;
}

.wide70px {
	 width: 70px;
}

.wide60px {
	width: 60px;
}

.wide50px{
	 width: 50px;
}

.wide45px {
	 width: 45px;
}

.wide40px {
	 width: 40px;
}

.wide30px {
	 width: 30px;
}

.wide25px {
	width: 25px;
}

.wide20px {
	 width: 20px;
}

.wide15px {
	 width: 15px;
}

.wide10px {
	width: 10px;
}

.wide5px {
	 width: 5px;
}

.wide1px {
	width: 1px;
}

.wide0px {
	width: 0px;
}

/*Widths-Percentages*/

.wide100Percent {
	width: 100%;
}

.wide97Percent {
	 width: 97%;
}

.wide95Percent {
	 width: 95%;
}
.wide90Percent {
	 width: 90%;
}

.wide85Percent {
	width: 85%;
}

.wide80Percent {
	 width: 80%;
}

.wide75Percent {
	width: 75%;
}

.wide70Percent {
	 width: 70%;
}

.wide65Percent {
	width: 65%;
}

.wide60Percent {
	width: 60%;
}

.wide51Percent {
	width: 51%;
}

.wide50Percent {
	width: 50%;
}

.wide48Percent {
	width: 48%;
}

.wide40Percent {
	width: 40%;
}

.wide35Percent {
	width: 35%;
}

.wide34Percent {
	width: 34%;
}

.wide33Percent {
	width: 33%;
}

.wide30Percent {
	width: 30%;
}

.wide25Percent {
	width: 25%;
}

.wide22Percent {
	width: 22%;
}

.wide20Percent {
	width: 20%;
}

.wide19Percent {
	width: 19%;
}

.wide15Percent {
	width: 15%;
}

.wide14Percent {
	width: 14%;
}


.wide12Percent {
	width: 12%;
}

.wide11Percent {
	width: 11%;
}


.wide10Percent{
	 width: 10%;
}

.wide8Percent {
	width: 8%;
}


.wide6Percent {
	 width: 6%;
}

.wide5Percent {
	width: 5%;
}

.wide4Percent {
	width: 4%;
}

.wide3Percent {
	 width: 3%;
}

/*Heights*/

.height10px {
	 height: 10px;
}

.height15px {
	height: 15px;
}

.height18px {
	height: 18px;
}

.height20px {
	height: 20px;
}

.height22px {
	 height: 22px;
}

.height23px {
	 height: 23px;
}

.height32px {
	 height: 32px;
}

.height51px {
	 height: 51px;
}

/*Margins*/

.marginAuto {
	 margin: auto;
}
.marginLeft40px {
	 margin-left: 40px;
}

.margin5px {
	 margin: 5px;
}


.marginleft150px {
	 margin-left: 150px
}
.marginBottom10px {
	 margin-bottom: 10px; 
}


.margin0 {
	margin: 0;
}
/*Misc.*/

.Gray {
	 color: gray;
}

.Bold {
	 font-weight: bold;
}

.borderNone {
	 border: none;
}


.borderNoneCollapse {
	 border: none;
	 border-collapse: collapse;
}

.verticalAlignBot {
	vertical-align: bottom;
}

.verticalAlignMid {
	vertical-align: middle;
}

.verticalAlignTop {
	vertical-align: top;
}

.auto-style1 {
	 width: 40px;
	 height: 22px;
}

.auto-style2 {
	 height: 22px;
}

.inlineblockleft {
	display: inline-block;
	text-align: left;
}

.sectionConfirmationHeader {
	 font-size: 11pt;
	 text-decoration: underline;
	 font-weight: bold;
	 padding-left: 5px;
}

.sectionConfirmationHeader2 {
	 font-size: 10pt;
	 text-decoration: underline;
	 font-weight: bold;
	 padding-left: 5px;
}

.txtWidth1 {
	 width: 250px;
}

.fontLarge {
	 font-size: large;
}

/*FONTS*/
.Arial8 {
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.Arial8Bold {
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.Arial8BoldRed {
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Arial8CenterBold {
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
}

.Arial8CenterBoldRed {
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: rgb(173, 0, 0);
}

.Arial10 {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.Arial10Bold {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.Arial10BoldRed {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Arial10Center {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.Arial10CenterBlue {
	font-weight: normal;
	font-size: 10pt;
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.Arial10CenterBold {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.Arial10CenterBoldUnderline {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: underline;
}

.Arial10Red {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Arial10Right {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.Arial11 {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.Arial11Bold {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.Arial11BoldRed {
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Arial11Center {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.Arial11CenterBold {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.Arial11Red {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Arial11Right {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.Arial12 {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.Arial12Bold {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.Arial12BoldRight {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.Arial12Center {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.Arial12CenterBold {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.Arial12Red {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Arial12Right {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}


.Times10 {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times10Bold {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times10BoldRed {
	font-weight: bold;
	font-size: 10pt;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Times10Center {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times10CenterBlue {
	font-weight: normal;
	font-size: 10pt;
	color: #0000ff;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times10CenterBold {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times10Red {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Times10Right {
	font-weight: normal;
	font-size: 10pt;
	font-family: 'Times New Roman', Times, serif;
	text-align: right;
}

.Times11 {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times11Bold {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times11BoldRed {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Times11Center {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times11CenterBold {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times11Red {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Times11Right {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: right;
}

.Times12 {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times12Bold {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times12Center {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times12CenterBold {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times12Right {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: right;
}

.Times14 {
	font-weight: normal;
	font-size: 14pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times14Bold {
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times14BoldBlue {
	font-weight: bold;
	font-size: 14pt;
	color: #0000ff;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times14BoldItalic {
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Times14Center {
	font-weight: normal;
	font-size: 14pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times14CenterBold {
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times14Right {
	font-weight: normal;
	font-size: 14pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: right;
}

.Times16 {
	font-weight: normal;
	font-size: 16pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times16Bold {
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times16BoldBlue {
	font-weight: bold;
	font-size: 16pt;
	color: #0000ff;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
}

.Times16BoldItalic {
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Times16Center {
	font-weight: normal;
	font-size: 16pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times16CenterBold {
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times16Right {
	font-weight: normal;
	font-size: 16pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: right;
}

.Times20CenterBold {
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Times20Center {
	font-weight: normal;
	font-size: 20pt;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana7 {
	font-weight: normal;
	font-size: 7pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana7Blue {
	font-weight: normal;
	font-size: 7pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana7BlueUnderline {
	font-weight: normal;
	font-size: 7pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	text-decoration: underline;
}

.Verdana7Bold {
	font-weight: bold;
	font-size: 7pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana7BoldItalic {
	font-weight: bold;
	font-size: 7pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana7Italic {
	font-size: 7pt;
	color: #000000;
	font-family: Verdana;
	text-align: left;
	font-style: italic;
}

.Verdana7BoldRight {
	font-weight: bold;
	font-size: 7pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana7BoldRed {
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Verdana7Center {
	font-weight: normal;
	font-size: 7pt;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	color: #000000;
}

.Verdana7CenterBold {
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	color: #000000;
}

.Verdana7CenterBoldRed {
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	color: rgb(173, 0, 0);
}

.Verdana8 {
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana8Blue {
	font-weight: normal;
	font-size: 8pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana8BlueUnderline {
	font-weight: normal;
	font-size: 8pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	text-decoration: underline;
}

.Verdana8Bold {
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana8BoldItalic {
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}
.Verdana8Italic {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-align: left;
	font-style: italic;
}

.Verdana8BoldRight {
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana8BoldRed {
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	color: rgb(173, 0, 0);
}

.Verdana8Center {
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	color: #000000;
}

.Verdana8CenterBold {
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	color: #000000;
}

.Verdana8CenterBoldRed {
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	color: rgb(173, 0, 0);
}

.Verdana9 {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana9Bold {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana9BoldItalic {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana9BoldRed {
	font-weight: bold;
	font-size: 9pt;
	color: rgb(173, 0, 0) !important;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana9BoldRight {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana9BoldUnderline {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	text-decoration: underline;
}

.Verdana9Center {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana9CenterBold {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana9CenterRed {
	font-weight: normal;
	font-size: 9pt;
	color: rgb(173, 0, 0) !important;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana9CenterUnderline {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	text-decoration: underline;
}

.Verdana9Italic {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	font-style: italic;
}

.Verdana9ItalicUnderline {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
	text-decoration: underline;
}

.Verdana9Red {
	font-weight: normal;
	font-size: 9pt;
	color: rgb(173, 0, 0);
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana9RedRed {
	font-weight: normal;
	font-size: 9pt;
	color: #ff0000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana9Right {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana9Underline {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	text-decoration: underline;
}


.Verdana10 {
	 font-weight: normal;
	 font-size: 10pt;
	 color: #000000;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: left;
}

.Verdana10Blue {
	font-weight: normal;
	font-size: 10pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana10Bold {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana10BoldItalic {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana10BoldRed {
	 font-weight: bold;
	 font-size: 10pt;
	 color: rgb(173, 0, 0) !important;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: left;
}

.Verdana10BoldRight {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana10BoldRightItalic {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
	font-style: italic;
}

.Verdana10BoldUnderline {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	text-decoration: underline;
}

.Verdana10Center {
	 font-weight: normal;
	 font-size: 10pt;
	 color: #000000;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: center;
}

.Verdana10CenterBold {
	 font-weight: bold;
	 font-size: 10pt;
	 color: #000000;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: center;
}

.Verdana10CenterBoldRed {
	font-weight: bold;
	font-size: 10pt;
	color: rgb(173, 0, 0);
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana10CenterRed {
	font-weight: normal;
	font-size: 10pt;
	color: rgb(173, 0, 0);
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana10CenterUnderline {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	text-decoration: underline;
}

.Verdana10Italic {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana10ItalicUnderline {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
	text-decoration: underline;
}

.Verdana10MediumBlue {
	font-weight: normal;
	font-size: 10pt;
	color: mediumblue;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana10Red {
	font-weight: normal;
	font-size: 10pt;
	color: rgb(173, 0, 0) !important;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana10Right {
	 font-weight: normal;
	 font-size: 10pt;
	 color: #000000;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: right;
}

.Verdana10Underline {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	text-decoration: underline;
}

.Verdana11 {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana11Bold {
	font-weight: Bold;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana11BoldItalic {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana11BoldItalicUnderline {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
	text-decoration: underline;
}

.Verdana11BoldUnderline {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	text-decoration: underline;
}

.Verdana11Center {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana11CenterBlue {
	font-weight: normal;
	font-size: 11pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana11Italic {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana11ItalicUnderline {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
	text-decoration: underline;
}

.Verdana11MediumBlue {
	font-weight: normal;
	font-size: 11pt;
	color: mediumblue; /* #1E599E;*/
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana11Red {
	font-weight: normal;
	font-size: 11pt;
	color: rgb(173, 0, 0) !important;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana11Underline {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	text-decoration: underline;
}

.Verdana12 {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana12Blue1E599E {
	font-weight: normal;
	font-size: 12pt;
	color: #1E599E;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana12BlueBoldItalic {
	 font-weight: normal;
	 font-size: 12pt;
	 color: #1E599E;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: left;
	 font-weight: bold;
	 font-style:italic;
}

.Verdana12Blue {
	font-weight: normal;
	font-size: 12pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana12Bold {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana12BoldBlock {
	 font-weight: bold;
	 font-size: 12pt;
	 font-family: Verdana;
	 display: block;
}

.Verdana12BoldItalic {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana12BoldRed {
	font-weight: bold;
	font-size: 12pt;
	color: rgb(173, 0, 0);
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana12BoldRedItalic {
	font-weight: bold;
	font-size: 12pt;
	color: rgb(173, 0, 0);
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana12BoldRight {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana12BoldRightUnderline {
	font-size: 12pt;
	text-decoration: underline;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

.Verdana12BoldUnderline {
	font-size: 12pt;
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
	color: #000000;
}

.Verdana12Brown83203 {
	font-weight: normal;
	font-size: 12pt;
	color: #a83203;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana12Center {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana12CenterBlue {
	font-weight: normal;
	font-size: 12pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana12CenterBold {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana12CenterBoldRed {
	font-weight: bold;
	font-size: 12pt;
	color: rgb(173, 0, 0);
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana12CenterBoldBlue {
	font-weight: bold;
	font-size: 12pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana12CenterBoldItalic {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	font-style: italic;
}

.Verdana12Italic {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana12Red {
	font-weight: normal;
	font-size: 12pt;
	color: rgb(173, 0, 0);
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana12RedCenter {
	font-weight: normal;
	font-size: 12pt;
	color: rgb(173, 0, 0);
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana12RedItalic {
	font-weight: normal;
	font-size: 12pt;
	color: rgb(173, 0, 0);
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana12Right {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana12UnderlineBold {
	font-size: 12pt;
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
	color: #000000;
}

.Verdana13 {
	font-weight: normal;
	font-size: 13pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana13Bold {
	font-weight: bold;
	font-size: 13pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana13BoldBlock {
	font-weight: bold;
	font-size: 13pt;
	font-family: Verdana;
	display: block;
}

.Verdana13BoldRed {
	 font-weight: bold;
	 font-size: 13pt;
	 color: rgb(173, 0, 0) !important;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: left;
}

.Verdana13BoldUnderline {
	font-weight: bold;
	font-size: 13pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	text-decoration: underline;
}

.Verdana13Center {
	font-weight: normal;
	font-size: 13pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana13CenterBold {
	font-weight: bold;
	font-size: 13pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana13CenterBoldUnderline {
	font-weight: bold;
	font-size: 13pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	text-decoration: underline;
}

.Verdana13CenterItalic {
	font-weight: normal;
	font-size: 13pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	font-style: italic;
}

.Verdana13Italic {
	font-weight: normal;
	font-size: 13pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana13BoldItalicUnderline {
	font-weight: bold;
	font-size: 13pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
	text-decoration: underline;
}

.Verdana13Red {
	 font-weight: normal;
	 font-size: 13pt;
	 color: rgb(173, 0, 0) !important;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: left;
}

.Verdana13Right {
	font-weight: normal;
	font-size: 13pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana14 {
	font-weight: normal;
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana14Bold {
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana14BoldBrown {
	 font-weight: bold;
	 font-size: 14pt;
	 color: #a55252;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: left;
}

.Verdana14BoldBlue {
	font-weight: bold;
	font-size: 14pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana14BoldBlueRight {
	font-weight: bold;
	font-size: 14pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana14BoldItalic {
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana14BoldRed {
	 font-weight: bold;
	 font-size: 14pt;
	 color: rgb(173, 0, 0) !important;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: left;
}

.Verdana14BoldRight {
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana14BoldUnderline {
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	text-decoration: underline;
}

.Verdana14Center {
	font-weight: normal;
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana14CenterBold {
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana14CenterBoldRed {
	 font-weight: bold;
	 font-size: 14pt;
	 color: rgb(173, 0, 0) !important;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: center;
}

.Verdana14CenterBoldUnderline {
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	text-decoration: underline;
}

.Verdana14Italic {
	font-weight: normal;
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana14Red {
	 font-weight: normal;
	 font-size: 14pt;
	 color: rgb(173, 0, 0) !important;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: left;
}

.Verdana14Right {
	font-weight: normal;
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana16 {
	font-weight: normal;
	font-size: 16pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana16Bold {
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana16BoldBlue {
	font-weight: bold;
	font-size: 16pt;
	color: #0000ff;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana16BoldItalic {
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
	font-style: italic;
}

.Verdana16Center {
	font-weight: normal;
	font-size: 16pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana16CenterBold {
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana16Right {
	font-weight: normal;
	font-size: 16pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: right;
}

.Verdana18Bold {
	font-weight: bold;
	font-size: 18pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana18CenterBold {
	font-weight: bold;
	font-size: 18pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana18CenterBoldUnderline {
	font-weight: bold;
	font-size: 18pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
	text-decoration: underline;
}

.Verdana19Bold {
	font-weight: bold;
	font-size: 19pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana19CenterBold {
	font-weight: bold;
	font-size: 19pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}
.Verdana19Center {
	 font-size: 19pt;
	 color: #000000;
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 text-align: center;
}

.Verdana20 {
	font-weight: normal;
	font-size: 20pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: left;
}

.Verdana20CenterBold {
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}

.Verdana20Center {
	font-weight: normal;
	font-size: 20pt;
	color: #000000;
	font-family: Verdana, 'Times New Roman', Times, serif;
	text-align: center;
}



/*TABLE*/
.wide60PercentVerdana14Center {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 14px;
	width: 60%;
	table-layout: fixed;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.wide80PercentVerdana10 {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 10px;
	width: 80%;
	table-layout: fixed;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.wide80PercentVerdana12 {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 12px;
	width: 80%;
	table-layout: fixed;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.wide90PercentVerdana12 {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 12px;
	width: 90%;
	table-layout: fixed;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.wide100PercentVerdana12 {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 12px;
	width: 100%;
	table-layout: fixed;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.wide80PercentVerdana13 {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 13px;
	width: 80%;
	table-layout: fixed;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-color: white;
	border-collapse: separate;
	border-width: 0px;
}

.wide60PercentVerdana14 {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 14px;
	width: 60%;
	table-layout: fixed;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.wide80PercentVerdana14 {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 14px;
	width: 80%;
	table-layout: fixed;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.wide80PercentVerdana14Center {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 14px;
	width: 80%;
	table-layout: fixed;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.wide90PercentVerdana13 {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 13px;
	width: 90%;
	table-layout: fixed;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.wide100PercentVerdana13 {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 13px;
	width: 100%;
	table-layout: fixed;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.wide100PercentVerdana14 {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 14px;
	width: 100%;
	table-layout: fixed;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.wide100PercentVerdana14Center {
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 14px;
	width: 100%;
	table-layout: fixed;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tableVerdana13Relative {
	 margin-left: auto;
	 margin-right: auto;
	 position: relative;
	 font-family: Verdana;
	 font-size: 13pt;
}

.border1pxSolidBlackMargin5pxPadding5px{
	 border: 1px solid black;
	 margin: 5px 0px 5px 0px;
	 padding: 2px 5px 2px 5px;
}

.border1pxSolidBlackMargin2pxPadding2px {
	border: 1px solid black;
	margin: 2px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
}

#divMainTable {
	 display: table;
	 max-width: 80%;
}
#divMainTableBody {
	display: table-row-group;
}
.divMainTableRow {
	display: table-row;
}
.divMainTableCell {
	display: table-cell;
}


.w1000px {
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 1065px;
}

.w1200px {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.w350px {
	 margin-left: auto;
	 margin-right: auto;
	 width: 350px;
}
.w450px {
	 margin-left: auto;
	 margin-right: auto;
	 width: 450px;
}
.error {
	 color: rgb(173, 0, 0) !important;
	 font-family: Verdana !important;
	 font-weight: bold !important;
	 font-size: 10pt !important;
}

.ADAerror {
	color: rgb(173, 0, 0);
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 12pt;
}

.wTable450px {
	 margin-left: auto;
	 margin-right: auto;
	 width: 450px;
	 border-width: 1px;
	 border-collapse: collapse;
	 padding: 2px 5px 2px 5px;
}
.alphalist {
	 list-style-type: lower-alpha;
}

.wide100PercentVerdana13Coll {
	 font-family: Verdana, 'Times New Roman', Times, serif;
	 font-size: 13px;
	 width: 100%;
	 table-layout: fixed;
	 text-align: left;
	 margin-left: auto;
	 margin-right: auto;
	 border-collapse: collapse;
}



.sectionHeader {
	 font-size: 11pt;
	 text-decoration: underline;
	 font-weight: bold;
	 padding-left: 5px;
}

.sectionHeader2 {
	 font-size: 10pt;
	 text-decoration: underline;
	 font-weight: bold;
	 padding-left: 5px;
}

.tb200 {
	 width: 300px;
}

.tblAddress {
	 font-family: Verdana;
	 font-size: 14px;
}

.page {
	 -webkit-transform: rotate(-90deg);
	 -moz-transform: rotate(-90deg);
	 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.BackgroundAzure {
	background-color: azure;
}

.BackgroundYellow {
	background-color: yellow;
}

.pad4px{
	padding: 4px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.fcMedBlue {
	color: mediumblue;
}

.cursorDefault {
	cursor: default;
}


#container {
	position: relative;
	min-height: 100%; /*Handles strech to viewport for non IE Browsers */
	height: 100%; /*Handles strech to viewport for IE Browsers */
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	padding: 10px;
	background-color: #FFF;
	text-align: left;
}

html > body #container {
	height: auto; /*Handles strech to viewport for non IE Browsers */
}

	#container #header {
		border-bottom-width: medium;
		border-bottom-style: ridge;
		border-bottom-color: #999;
		width: 102.25%;
		margin-left: -1.1%;
		padding-top: 15px;
		padding-bottom: -15px;
	}

		#container #header h1 {
			padding-left: 20px;
			font-size: 1.8em;
			text-transform: uppercase;
			font-family: "Times New Roman", Times, serif;
			text-align: center;
		}

	#container #mainContent h2 {
		font-size: .9em;
		color: #333;
		font-weight: bold;
		text-decoration: underline;
		text-align: left;
	}

	#container #mainContent h3 {
		font-size: .9em;
		color: #333;
		font-weight: bold;
		text-align: left;
	}

	#container #mainContent {
		padding: 20px;
		height: 100%;
	}

.red {
	color: #F00;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.lineheight2 {
	line-height: 2;
}
/*End Basic Styles*/
/*Common Styles*/
#container #browser_text {
	margin-bottom: 15px;
}

	#container #browser_text p {
		font-size: .9em;
		text-align: center;
	}

#container #mainContent #link {
	padding: 5px;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #CCC;
}

#container #mainContent #Form1 #search table tr td, #conainer #mainContent p {
	padding: 5px;
	font-size: .9em;
}

#container #intro_text {
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #CCC;
}

#container #mainContent #disclaimer p {
	font-size: .8em;
}

#container #mainContent #disclaimer {
	padding-top: 25px;
}
/*End Common Styles*/
/*Special Styles*/
#container #mainContent #Form1 #search {
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #CCC;
	width: 102.25%;
	margin-left: -1.1%;
	padding-top: -15px;
	padding-bottom: -15px;
}

#container #mainContent #Form1 #results {
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #CCC;
	padding: 15px;
}

#results .actionGrid .actionHeader {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .9em;
}

#container #mainContent #navPanel .pageActive {
	background-color: #D6D6D6;
	display: block;
	float: left;
	width: 100%;
	border: medium ridge #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#container #mainContent #navPanel .page {
	background-color: #999;
	display: block;
	float: left;
	width: 100%;
	border: medium ridge #666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#container #mainContent #navPanel table tr td {
	padding-left: 15px;
}

#navPanel table {
	width: auto;
}

#profile {
	margin-top: 15px;
}

	#profile > table {
		margin-top: 25px;
		float: left;
		width: 100%;
		border: thin groove #999;
	}

	#profile table #tableHeader {
		font-size: 1.5em;
		background-color: #CCC;
		border-bottom-width: thin;
		border-bottom-style: groove;
		border-bottom-color: #666;
	}

.profile {
	margin-top: 15px;
}

	.profile > table {
		margin-top: 25px;
		float: left;
		width: 100%;
		border: thin groove #999;
	}

	.profile table .tableHeader {
		font-size: 1.5em;
		background-color: #CCC;
		border-bottom-width: thin;
		border-bottom-style: groove;
		border-bottom-color: #666;
	}

.profileGrid, .profileGrid td {
	border: none;
	padding-left: 10px;
}

	.profileGrid td {
		border: hidden;
	}

#profile table td {
	vertical-align: top;
}

#profile .profileGrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.profile table td {
	vertical-align: top;
}

.profile .profileGrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#testexp {
	border: 1px solid #f00;
	min-height: 100px;
	height: auto;
}


#profile .profileGrid .actionHeader {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .9em;
}

.profile .profileGrid .actionHeader {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .9em;
}


#container #mainContent sealprofile {
	height: 160px;
	width: 160px;
	z-index: 101;
	left: 11px;
	top: 23px;
}

element.style {
	height: 160px;
	width: 160px;
	z-index: 101;
	left: 11px;
	top: 23px;
}

.pageBox {
	display: flex;
	margin: auto;
	width: 95%;

}

.marginLeftAZ {
	margin: auto;
	width: 80%;
}


.hide {
	display: none;
}

.show {
	display: inline;
}

.btnStyle001 {
	padding: 3%;
	margin: auto;
	border: 1px solid black;
	background: grey;
}

.tableBorderSolid1pxBlackNoneTop {
    border: 1px solid black;
    border-top: none;
}

.gridLayoutCenter{
	display: flex;
	justify-content: space-around;
	margin: auto;
	width: 100%;
	text-align:left;
	align-items: baseline;
}

.eyeSpan {
    margin-left: -3px;
    position: absolute;
}
.togglePassword {
    margin-top: 8px;
    position: relative;
    cursor: pointer;
}
.gridItem{
	padding: 2%;
}

.table-fixed {
	table-layout: fixed;
}

@media print {

	#divFooter {
		display: none;
	}
}

.fontSize0p9em {
	font-size: .9em;
}

.fontSize0p8em {
	font-size: .8em;
}