﻿
.txtHeading
{
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	font-family: Arial;
}

.txtHeading10
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Arial;
}

.txtNormal
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}


.txtRequired
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    background-color: #ffffcc;
}


.tbNormal
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    background-color: #efefef;
}

.txtNormalBold
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	font-weight:bold;
}

.txtWhiteBold
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
	font-weight:bold;
}

.linkNormal
{
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	text-decoration:none;
}

.linkNormal:hover
{
	font-size: 10pt;
	color: maroon;
	font-family: Arial;
	text-decoration:underline;
}


.txtBold
{
   font-size: 10pt;
   color: navy;
   font-family: Arial;
   font-weight: bold;
}

.txtSmall
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration:none;
}


.txtSmallLink
{
	font-size: 9pt;
	color: navy;
	font-family: Arial;
	text-decoration:none;
}


.txtSmallLink:hover
{
	font-size: 9pt;
	color: navy;
	font-family: Arial;
   text-decoration:underline;
}

.txtCourier
{
    font-size: 9pt;
    color: Black;
    font-family:Courier New;
}


.txtCourierLink
{
    font-size: 9pt;
    color: navy;
    font-family:Courier New;
    text-decoration:None;
}

.txtCourierLink:hover
{
    font-size: 9pt;
    color: Red;
    font-family:Courier New;
    text-decoration:underline;
}

.TextButtonNormal
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    text-decoration: none;
    font-weight:bold;
}

.TextButtonNormal:hover
{
    font-size: 10pt;
    color: #FFDE00;
    font-family: Arial;
    text-decoration: none;
    font-weight:bold;
}

.TextButtonLight
{
    font-size: 10pt;
    color: navy;
    font-family: Arial;
    text-decoration: none;
}

.TextButtonLight:hover
{
    font-size: 10pt;
    color: Navy;
    font-family: Arial;
    text-decoration: underline;
}

.subMenuItem
{
    font-size: 10pt;
    color: Navy;
    font-family: Arial;
    text-decoration: none;
    font-weight:bold;
}

.subMenuItem:hover
{
    font-size: 10pt;
    color: #FFDE00;
    background-color: Gray;
    font-family: Arial;
    text-decoration: none;
    font-weight:bold;
}
