﻿Body
{
}

.ParamInstruction
{
	font-weight: Bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}

.ParamText
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.ParamTextBold
{
	font-weight: Bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.ParamTextError
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-family: Arial;
}

.ParamTextWarning
{
	font-weight: normal;
	font-size: 8pt;
	color: blue;
	font-family: Arial;
}

.ParamTextWhite
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: Arial;
}

.ParamTextWhiteBold
{
	font-weight: Bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
}

.ParamTextBlue
{
	font-weight: normal;
	font-size: 8pt;
	color: blue;
	font-family: Arial;
}

.ParamTextGreen
{
	font-weight: bold;
	font-size: 8pt;
	font-style:italic;
	color: green;
	font-family: Arial;
}

.ParamButton
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}


A.MainLink:active 
{
	COLOR: Navy;
	TEXT-DECORATION: none;
    FONT-FAMILY: Verdana
}

A.MainLink:active 
{
	COLOR: Navy;
	TEXT-DECORATION: none;
    FONT-FAMILY: Verdana	
}

A.MainLink:link
{    
    COLOR: Navy;
    TEXT-DECORATION: none;
    FONT-FAMILY: Verdana
}

A.MainLink:visited
{
	COLOR: Navy;
	TEXT-DECORATION: none;
    FONT-FAMILY: Verdana
}

A.MainLink:hover 
{
	COLOR: red; 
	TEXT-DECORATION: none;
    FONT-FAMILY: Verdana
}

A.MainLink:active 
{
	FONT-SIZE: 8pt;
	COLOR: #33CCFF;
}

.MenuItemBlack
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdona;
}
.MenuItemWhite
{
	font-weight: normal;
	font-size: 8pt;
	color: White;
	font-family: Verdona;
}


A.NoUnderlineLink
{
	COLOR: Black;
	TEXT-DECORATION: none;
    FONT-FAMILY: Verdana
}

A.NoUnderlineLink:active 
{
	COLOR: Black;
	TEXT-DECORATION: none;
    FONT-FAMILY: Verdana	
}

A.NoUnderlineLink:link
{    
	COLOR: Black;
    TEXT-DECORATION: none;
    FONT-FAMILY: Verdana
}

A.NoUnderlineLink:visited
{
	COLOR: Black;
	TEXT-DECORATION: none;
    FONT-FAMILY: Verdana
}

A.NoUnderlineLink:hover 
{
	COLOR: red; 
	TEXT-DECORATION: none;
    FONT-FAMILY: Verdana
}


A.ParamLinkWhite
{
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial;
	COLOR: White;
	TEXT-DECORATION: none;
}

A.ParamLinkWhite:active 
{
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial;
	COLOR: White;
	TEXT-DECORATION: none;
}

A.ParamLinkWhite:link
{    
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial;
	COLOR: White;
    TEXT-DECORATION: none;
}


A.ParamLinkWhite:visited
{
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial;
	COLOR: White;
	TEXT-DECORATION: none;
}

A.ParamLinkWhite:hover 
{
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial;
	COLOR: #9a0000;
	background-color: gainsboro;
	TEXT-DECORATION: none;
}


