﻿body 
{
	 background-color: white;
}

/* user defined */
.TDBorderTeal
{  /* TTA grey */
	border-right: #7e8782 1pt solid; 
	border-top: #7e8782 1pt solid; 
	border-left: #7e8782 1pt solid; 
	border-bottom: #7e8782 1pt solid;
}
.TDBorderBlue
{
	border-right: #0000ff 1pt solid; 
	border-top: #0000ff 1pt solid; 
	border-left: #0000ff 1pt solid; 
	border-bottom: #0000ff 1pt solid;
}

.TDBorderGray
{
	border-right: #7e8782 2pt solid;
	border-top: #7e8782 2pt solid;
	border-left: #7e8782 2pt solid;
	border-bottom: #7e8782 2pt solid;
	background-color: #ffffff;
}

.TDBorderBlack
{
	border-right: #330033 1pt solid;
	border-top: #330033 1pt solid;
	border-left: #330033 1pt solid;
	border-bottom: #330033 1pt solid;
}

.BorderRight
{
    border-right: 1px solid #7e8782;
}
        
.BorderTopRight
{
    border-top: 1px solid #7e8782;
    border-right: 1px solid #7e8782;
}
        
.BorderTop
{
    border-top: 1px solid #7e8782;
}

.SPHelp
{
	/* background-color: #e2ffff;  */
	color: #0000ff; 
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 11px;
	font-weight: normal;
}

.header
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 36px;
	font-weight: bold;
	color: #21449c;
}

.subheader
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 24px;
	font-weight: bold;
	color:#7e8782
}
.Normal
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 12px;
	font-weight: normal;
}

.Normalpax
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 12px;
	font-weight: normal;
}

.NormalSmall
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 10px;
	font-weight: normal;
}

.NormalBlue
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 12px;
	font-weight: normal;
	color: #0000ff;
}

.NormalBlueSmall
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 10px;
	font-weight: normal;
	color: #0000ff;
}

.NormalBlueSmallBold
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 10px;
	font-weight: normal;
	color: #0000ff;
}

.NormalMedium
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 12px;
	font-weight:bolder; 
}
.NormalRed
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 12px;
	font-weight:bolder;
	color:Red;
}
.NormalMediumBule
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 12px;
	font-weight: bolder;
	color: #0000ff;
}

.NormalMediumBlue
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 12px;
	font-weight: bolder;
	color: #0000ff;
}
.Info
{
	font-family: Arial, Verdana,  Tahoma; 
	font-size: 11px;
	font-weight: bold;
	color: blue;
}
.Button
{
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	background-color: #21449c; 
	border-bottom-style: none; 
	font-size: 13px; 
	color: #ffffff; 
	font-weight: bolder; 
	font-family: Arial, Verdana,  Tahoma; 
	width: 130px;
}

.TdBlack
{
	/*font-weight: bolder; 
	font-size: 11px; 
	color: #a9a9a9;  
	font-family: Verdana, Arial;*/
    background-color: black;
}

.Silver
{
	font-weight: bolder;
	font-size: 12px;
	color: silver;
	font-family: Verdana, Arial;
	/*background-color: transparent; */
	background-color: black;
	text-decoration: none;
	text-align:center;
}

.Gold
{
	font-weight: bolder;
	font-size: 12px;
	color: #ffd700;
	font-family: Verdana, Arial; 
	background-color: black;  
	text-decoration: none;
	text-align:center;
	/* background-color: transparent; */
}

.Platinum
{
	font-weight: bolder; 
	font-size: 12px;
    color: #f0ffff; 
    font-family: Verdana, Arial; 
    background-color: black; 
   /* background-color: transparent; */
    text-decoration: none;
    text-align:center;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #21449c; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

