﻿A.cssMainMenuLink
{
	font-weight: bold;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

A.cssMainMenuLink:Hover
{
	text-decoration: underline;
}

A
{
	text-decoration: none;
}

A:Hover
{
	text-decoration: underline;
}

A.WithHover
{
	text-decoration: none;
}

A.WithHover:Hover
{
	text-decoration: underline;
}

DIV
{
	font-size: 10pt;
	font-family: Arial;
	color: #1b333f;
}

.SmallGrey
{
	font-size: 6pt;
	color: #565656;
}

H1
{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #1b333f;
	font-variant: normal;
	line-height: 18pt;
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding-right: 0px;
	margin-top: 2px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

H2
{
	font-family: Arial;
	color: #1b333f;
	font-size: 14pt;
	line-height: 16pt;
	margin-bottom: 5px;
	padding-right: 0px;
	margin-top: 2px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

H3
{
	font-family: Arial;
	color: #1b333f;
	font-size: 12pt;
	line-height: 14pt;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}

H4
{
	font-family: Arial;
	color: #1b333f;
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 5px;
	padding-right: 0px;
	margin-top: 2px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

H5
{
	font-family: Arial;
	color: #1b333f;
	font-size: 8pt;
	line-height: 10pt;
	margin-bottom: 5px;
	padding-right: 0px;
	margin-top: 2px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

H6
{
	font-family: Arial;
	color: #1b333f;
	font-size: 8pt;
	font-style:italic;
	line-height: 10pt;
	margin-bottom: 5px;
	padding-right: 0px;
	margin-top: 2px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

UL
{
	margin: 0px;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 5px;
	
}

LI
{
	margin-bottom: 5px;
	margin-top: 5px;
}

LI.Red
{
	
}

.Error
{
	color: #8c0000;
}

TD
{
	font-size: 10pt;
	font-family: Arial;
}

RowLines
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
}

Table.Standard
{
	border-right: #1b333f 4px solid;
	border-top: #1b333f 4px solid;
	border-left: #1b333f 4px solid;
	border-bottom: #1b333f 4px solid;
	font-family: Arial;
	background-color: #f8f8ff;
}

Padded
{
	padding: 5,5,5,10;
}