﻿/* =============================
   Standard Tag / Page element
================================*/
BODY
{
	font-size: 10pt;
	font-family: Arial;
	margin: 0;
	padding: 0;
	/* background-color:#4F4F4F; */
}
a
{
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a:active
{
	text-decoration:none;
	color:#00FFFF;  
}
/* =============================
   Table / Row Background color
================================*/
.MasterTable
{
	border-style:none;
	border-spacing:0px;
	border-width:0px;
	border-color: #77A0BE;
	border-collapse:collapse;
	background-color: #4F4F4F;
}
.ChildContent
{
	width: 606px;
	background-color: #9B3300;	
	color:White;
}
.TopBorder
{
	border-top: #FFFFBD 1px solid;
}
.Table
{
	vertical-align: middle;
	text-align: left;
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	background-color: #FFFFFF;
}
.TableNB
{
	vertical-align: middle;
	text-align: left;
	background-color: #FFFFFF;
}
.LogoBG
{
	background-color: #993300;
}
.HeaderRow
{
	background-color: Navy;
}
.HeaderRowReport
{
	background-color: #000000;
}
.HeaderRowText
{
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
	background-color: #993300;
}
.Row
{
	background-color: #F2F2E4;
}
.Hidden
{
	visibility:hidden;
	width:1px;
}
.Height1
{
	Height:1px
}
/* =============================
   Font / Text
================================*/
.PageTitleHeader
{
	font-size: 14pt;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
}
.PageSubTitleHeader
{
	font-size: 11pt;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
}
.ParagraphStart
{
	font-size: 10pt;
	font-weight: bold;
	color: #EEEE00;
}
.TableHeader
{
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
	text-decoration:none;
	font-variant:normal 
}
.BoldText
{
	font-size: 10pt;
	font-family: Tahoma;
	color:White;
	font-weight:bold; 
}
.BoldTextUnderLine
{
	font-size: 10pt;
	font-family: Tahoma;
	color:White;
	font-weight:bold; 
	text-decoration:underline;	
}
.NormalText
{
	font-size: 10pt;
	font-family: Tahoma;
	color:White;
}
.PDFLink
{
	color:White;
	text-decoration:underline;	
}
.PDFLink:visited
{
	color:White;
	text-decoration:underline;	
}
.PDFLink:active
{
	text-decoration:none;
	color:#00FFFF;  
}
.PDFLink:hover
{
	text-decoration:underline;	
	color:#00FFFF;  
}
.PDFLinkYellow
{
	color:Yellow;  
	text-decoration:underline;	
}
.PDFLinkYellow:visited
{
	text-decoration:underline;
	color:Yellow;  
}
.PDFLinkYellow:active
{
	text-decoration:none;	
	color:#00FFFF;  
}
.PDFLinkYellow:hover
{
	text-decoration:underline;	
	color:#00FFFF;  
}
.BigHighlightedFont
{
	color:Red;
	font-weight: bold;
	font-size: 11pt;
}
.HighlightedFont
{
	color:Red;
	font-weight: bold;
}
.ComplaintDesc
{
	font-family: Arial;
}
.ud
{
	 text-decoration:underline;
}
.ct
{
	text-align: center;
}
.rt
{
	text-align: right;
}
.lt
{
	text-align: left;
}
.hiddencol
{
    display:none;
}
.viscol
{
    display:block;
}
.propertyInfoHeader
{
	font-family:Arial;
	font-size: 12pt;	
	font-weight:bold ;
}
.propertyInfoTable
{
	font-family:Arial;
	font-size:10pt;
	border-color: #76a0bd;
}
.propertyInfoTableLargeText
{
	font-family:Arial;
	font-size:12pt;
	border-color: #76a0bd;	
}
h1
{
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family: Arial;
	margin-left:0in; margin-right:0in; margin-top:0in
}
p.MsoNormal
{
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family: Arial;
	text-align: left;
	margin-left:0in; margin-right:0in; margin-top:0in	
}
.Margin20
{
	margin-top: 0; margin-bottom: 0; margin-left:20px
}
.Margin40
{
	margin-top: 0; margin-bottom: 0; margin-left:40px
}