﻿/* =============================
   Standard Tag / Page element
================================*/
BODY
{
	font-size: 10pt;
	font-family: Tahoma;
}
a
{
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a:active
{
	text-decoration:none;
}
/* =============================
   Table / Row Background color
================================*/
.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: Green;
}
.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;
}

/* =============================
   Font / Text
================================*/
.PageHeaderC
{
	font-size: 20pt;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
}
.PageHeader
{
	font-size: 11pt;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
}
.TableHeader
{
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
}
.BoldText
{
	font-size: 10pt;
	font-family: Tahoma;
	color:Black;
	font-weight:bold; 
}
.NormalText
{
	font-size: 10pt;
	font-family: Tahoma;
	color:Black;
}
.VeryBigHighlightedFont
{
	color:Red;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: blink;
}
.BigHighlightedFont
{
	color:Red;
	font-weight: bold;
	font-size: 11pt;
}
.HighlightedFont
{
	color:Red;
	font-weight: bold;
}
.ComplaintDesc
{
	font-family: Arial;
}
.rt
{
	text-align: right;
}
