<!--
	File		      : FormPages.css
	Desc		      : Styles used in pages with forms
	Base		      : P, UL, Select
	Classes :
-->

P
{
	font-family			 : 'Verdana', 'Arial';
	font-weight			 : Normal;
	font-size			 : 8pt;
	color				 : #000000;
}

td
{
	font-family			 : 'Verdana', 'Arial';
	font-weight			 : Normal;
	font-size			 : 8pt;
	color				 : #000000;
}
<!--
	============================================================================
					Class definitions
	============================================================================
-->
.Inputs
{
	font-family				: 'Courier New', 'Courier', 'Arial';
	font-weight				: Normal;
	font-size				: 9pt;
}

.Bold
{
	font-weight			 : Bold;
}
.Heading
{
	font-family				       : 'Verdana', 'Arial';
	font-weight				       : Bold;
	font-size				       : 14pt;
	color					       : #000000;
}
.Basic
{
	font-family				      : 'Verdana', 'Arial';
	font-weight				      : Normal;
	font-size				      : 8pt;
}
.BasicBold
{
	font-family				      : 'Verdana', 'Arial';
	font-weight				      : Bold;
	font-size				      : 8pt;
}

.Big
{
	font-family				      : 'Verdana', 'Arial';
	font-weight				      : Normal;
	font-size				      : 9pt;
}
.BigBold
{
	font-family				      : 'Verdana', 'Arial';
	font-weight				      : Bold;
	font-size				      : 9pt;
}


.BigBlue
{
	font-family				      : 'Verdana', 'Arial';
	font-weight				      : Bold;
	font-size				      : 9pt;
	color:		   #FFFFFF;
	background:	   #0065CB;
}
.BigGreen
{
	font-family				      : 'Verdana', 'Arial';
	font-weight				      : Bold;
	font-size				      : 9pt;
	color:		   #FFFFFF;
	background:	   #1EB53A;
}

.CMS_MenuLink
{
	font:8pt verdana, tahoma, sans-serif;
	color: blue;
	text-decoration: none;
	hover: text-underline;
}
.CMS_MenuLink_Current
{
	font:8pt verdana, tahoma, sans-serif;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.CMS_MenuLink_Special
{
	font:8pt verdana, tahoma, sans-serif;
	color: blue;
	text-decoration: none;
	hover: text-underline;
}
.CMS_MenuLink_Light
{
	font:8pt verdana, tahoma, sans-serif;
	color: white;
	text-decoration: none;
	hover: text-underline;
}
.CMS_MenuLink_Disabled
{
	font:8pt verdana, tahoma, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
    font-style: italic;
}
.CMS_MenuLink_Live
{
	font:8pt verdana, tahoma, sans-serif;
	color: blue;
	text-decoration: none;
}
