﻿body {
}


A.navlinks:link
{
	font-size: 9pt;
	color: white;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

A.navlinks:visited
{
	COLOR: white;
	font-family: Arial;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.navlinks:hover 
{
	COLOR: yellow; 
	font-family: Arial;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.navlinks:active 
{
	COLOR: #33CCFF;
	font-family: Arial;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.pagelinks:link
{
	font-size: 9pt;
	color: blue;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

A.pagelinks:visited
{
	font-size: 9pt;
	COLOR: blue;
	font-family: Arial;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.pagelinks:hover 
{
	font-size: 9pt;
	COLOR: red; 
	font-family: Arial;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.pagelinks:active 
{
	font-size: 9pt;
	COLOR: blue;
	font-family: Arial;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.pagelinksunderline:link
{
	font-size: 12pt;
	color: blue;
	font-family: Arial;
	font-weight: bold;
}

A.pagelinksunderline:visited
{
	font-size: 12pt;
	COLOR: blue;
	font-family: Arial;
	font-weight: bold;
	
}

A.pagelinksunderline:hover 
{
	font-size: 12pt;
	COLOR: red; 
	font-family: Arial;
	font-weight: bold;
}

A.pagelinksunderline:active 
{
	font-size: 12pt;
	COLOR: green;
	font-family: Arial;
	font-weight: bold;
	
}
A.pagelinkshoverunderline:link
{
	font-size: 10pt;
	color: blue;
	font-family: Arial;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.pagelinkshoverunderline:visited
{
	font-size: 10pt;
	COLOR: blue;
	font-family: Arial;
	font-weight: bold;
	TEXT-DECORATION: none;	
}

A.pagelinkshoverunderline:hover 
{
	font-size: 10pt;
	COLOR: red; 
	font-family: Arial;
	font-weight: bold;
	TEXT-DECORATION: underline;	
}

A.pagelinkshoverunderline:active 
{
	font-size: 10pt;
	COLOR: blue;
	font-family: Arial;
	font-weight: bold;
	
}

A.pagelinksunderlineSmall:link
{
	font-size: 9pt;
	color: blue;
	font-family: Arial;
}

A.pagelinksunderlineSmall:visited
{
	font-size: 9pt;
	COLOR: blue;
	font-family: Arial;
}

A.pagelinksunderlineSmall:hover 
{
	font-size: 9pt;
	COLOR: red; 
	font-family: Arial;
}

A.pagelinksunderlineSmall:active 
{
	font-size: 9pt;
	COLOR: green;
	font-family: Arial;
}

.paramText
{
	font-family: Arial;
	text-decoration: none;
	font-size: 10pt;
}

.paramTextError
{
	font-family: Arial;
	color: red;
	text-decoration: none;
	font-size: 9pt;
}

.paramTextInfo
{
	font-family: Arial;
	color: blue;	
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

.paramButton
{
	font-family: Arial;
	text-decoration: none;
	font-size: 9pt;
}

.paramTextTitle
{
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

.paramTextTitleWhite
{
	font-family: Arial;
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

.paramTextTitleBlue
{
	font-family: Arial;
	color: Blue;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

.requiredLabel
{
	font-family: Arial;
	color: red;
	text-decoration: none;
	font-size: 9pt;
}

.InfoMsg
{
	font-family: Arial;
	color: blue;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
.InfoMsgLarge
{
	font-family: Arial;
	color: blue;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
}
.Instructions
{
	font-family: Arial;
	color: #191970;
	text-decoration: none;	  
	font-size: small; 
}
.pageTitle
{
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
}
.pageTitleMedium
{
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}
.grdBorder
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.grdHeader
{
	padding-right: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 4px;
	color: black;
	padding-top: 4px;
	font-family: Tahoma;
	background-color: #dcdcdc;
}

.grdRow
{
	padding-right: 2px;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	padding-top: 3px;
	border-bottom: silver 1px solid;
	font-family: Tahoma;
}

.grdRowAlt
{
    PADDING-RIGHT: 4px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: #fffacd;
}

.grdRowLine
{
	border-bottom: silver 1px solid;
}

.grdPager
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Tahoma;
	background-color: silver;
}

