/* Common styles*/
BODY, P, TD, LI
{
	font-family: Verdana, San Serif, Arial, Helvetica;
	font-size: 10pt;
	font-style: normal
}

B
{
	font-weight: bold
}

A.clsSuperLink
{
	font-weight: bold
}

A, A:active, A:visited
{
	color: #0000ff
}

H1, .clsHead1
{
	font-size: 13pt;
	font-weight: bold;
	color: #2c4896
}

H2, .clsHead2
{
	font-size: 12pt;
	font-weight: bold;
	color: #2c4896
}

H3, .clsHead3
{
	font-size: 10pt;
	font-weight: bold;
	color: #2c4896
}

/* Navigation menu styles*/
A.clsSectionMenu, A.clsSectionMenu:active, A.clsSectionMenu:visited, .clsSectionMenu
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #ffffff
}
A.clsSectionMenu:hover
{
	text-decoration: underline;
	color: #cccccc
}

A.clsSectionMenuCurrent, A.clsSectionMenuCurrent:active, A.clsSectionMenuCurrent:visited, .clsSectionMenuCurrent 
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #F0C724
}

A.clsSectionMenuCurrent:hover
{
	text-decoration: underline;
}

A.clsLocalMenu, A.clsLocalMenu:active, A.clsLocalMenu:visited, .clsLocalMenu
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #ffffff
}
A.clsLocalMenu:hover
{
	text-decoration: underline;
	color: #cccccc
}
A.clsLocalMenuCurrent, A.clsLocalMenuCurrent:active, A.clsLocalMenuCurrent:visited, .clsLocalMenuCurrent 
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #F0C724
}

A.clsLocalMenuCurrent:hover
{
	text-decoration: underline;
}

/* All Notes style*/
.clsNote
{
	font-family: Verdana, Helvetica, Arial, San Serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #2c4896
}

/* Field Names style like LogonName, Password */
.clsField
{
	font-size: 10pt;
	font-weight: bold;
	color: #2c4896
}

/* Error message color */
.clsError
{
	color: #ff0000
}

/* Color for "*" for Required field */
.clsRequired
{
	color: #ff0000
}

/* CopyRight text in navigation table*/
.clsCopyRight, A.clsCopyRight:active, A.clsCopyRight:visited, A.clsCopyRight:hover
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff
}

/* Welcome & other text in navigation table*/
.clsNavigationText
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff
}

/* Navigation Table color*/
.clsNavigationTable
{
	background-color: #4356AA
}

/* Color for Prices in SignUp wizard, etc.*/
.clsPrice
{
	color: #ff0000
}

/* Header for Current&Closed questions table and Section Header in forms like SignUp wizard*/
.clsTableHeader
{
	FONT-FAMILY: Verdana, Arial, Helvetica, San Serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	COLOR: #111111;
	FONT-STYLE: normal;
	background-color: #E7E7E7
}

/* Content for Current&Closed questions table*/
.clsTableContent
{
	background-color: #EEEEEE
}

/* Comments for fields in forms like SignUp wizard*/
.clsTableNote
{
	font-size:		8pt;
	color:			#2c4896;
	background-color: #EEEEEE
}

/* Call messages styles*/
.clsUserMessage
{
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 8;
}

.clsExpertMessage
{
	font-size: 10pt;
	color: #2c4896;
	margin-top: 0;
	margin-bottom: 8;
}
.clsMessageHeader
{
	font-size: 8pt;
}

