body
{
}
.TextBox
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #000099;
	padding-top: 1px;
	background-color: lightgrey;
	font-family: Tahoma;
	width:80%;
}
.TextBoxSkipSpellCheck
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #000099;
	padding-top: 1px;
	background-color: lightgrey;
	font-family: Tahoma;
	width:80%;
}
.TextBoxRightAlign
{
	text-align:right ;
	font-family: Tahoma;
	font-size: 8pt;
}
.TextBoxCenterAlign
{
	text-align:center ;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #000099;
	padding-top: 1px;
	font-family: Tahoma;
	background-color: lightgrey;
}
.PageBreak
{
	page-break-after :always; 
		
}
.ErrorMessage
{
	font-size: x-small;
	color: #ff3333;
	font-family: Tahoma;
}
.RadioButton
{
	font-size: x-small;
	color: darkblue;
	font-family: Tahoma;
}
.SubHeadingText
{
	font-size: 12pt;
	font-weight: 700;
	font-family: Tahoma;
	color : Navy;
}
.FooterText
{
	font-size: 10pt;
	font-weight: 500;
	font-family: Tahoma;
	
}
.HeadingText
{
	font-size: 16pt;
	font-weight:bold;
	font-family :Tahoma;   
}
.HelpText
{
	font-size: x-small;
	color: gray;
	font-family: Tahoma;
}
.LabelText
{
	font-size: 8pt;
	font-family:Tahoma;
	color: #39578A;
	font-weight:700; 
}
.NormalText
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}
.NormalTextSkipSpellCheck
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}
.NormalBoldText
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	font-weight:bold;
}
.Bold9Black
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
	font-weight:bold;
}
.BlueText
{
	font-size: 8pt;
	color: blue;
	font-family: Tahoma;
	font-weight:700; 
}
.BlueNormalText
{
	font-size: 8pt;
	color: blue;
	font-family: Tahoma;
}
.HeaderTextOrangeBack
{
	font-size: 12pt;
	color: white;
	font-family: Arial;
}
.FullWidth
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	width: 100%;
}
.SixtyComboBox
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	width:60%;
	height:100%;
}
.ComboBox
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	width:100%;
}
.TableText
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}
.ButtonBlack150
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	width: 150px;
}
.ButtonRed150
{
	font-size: 8pt;
	color: red;
	font-family: Tahoma;
	width: 150px;
	font-weight:bold;
}
.Visible
{
	visibility:visible;
}
.Hidden
{
	visibility:hidden;
}
/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	border: 1px solid #336699;
	background-color: #2C5F93;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color: #2C5F93;
	border: 1px solid #336699;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}
.ScrollingPanel
{
	overflow: auto;
}
.DisplayNone
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	display:none;
}
