A:link,
A:visited,
A:active
{
	color: #172da2;
	text-decoration: underline;
}	
		
A:hover
{	
	color: #f35013;
	text-decoration: underline;
}

H2
{
	border-bottom: 1px solid #3399CC;
	padding-bottom: 4px;
	line-height : 24px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : normal;
	letter-spacing : 1px;
	color: #006699;
}

H3
{
	line-height : 24px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : normal;
	letter-spacing : 1px;
	color: #006699;
}

H1
{
	line-height : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color: #f35013;
}

Input.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 22px;
}

Span.Req
{
	font-weight: normal;
	font-size: 7pt;
	color: red;
}

.Err
{
	font-weight: normal;
	color: red;
}

.formInput
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

Table.Medium
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	line-height: 1.5em;
	COLOR: black;
}

Table.Medium TD.MedTitle
{
	font-weight : bold;
	letter-spacing : 1px;
	background-color:White;
	color: #006699;
	padding:0 5pt 8pt 0;
	vertical-align:top;
}

Table.Medium TD.MedTxt
{
	padding-bottom:5pt;
	vertical-align:top;
}

Table.MediumNoSpc
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

Table.Main
{
	border: 1px solid #3399CC;
}

Table.Main TD.Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style:	normal;
	color: white;
	background-color: #006699;
	padding: 4pt 0 4pt 10pt;
}

Table.MainTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	line-height: 2.3em;
	COLOR: black;
}

TD.MainTxt
{
	padding: 22 20 20 32
}

Table.Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	background-color: Black;
	COLOR: white;
	border-top: 1px solid #3399CC;
}

Table.TopNav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	background-color: Black;
	COLOR: white;
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
}

Table.TopNav a:link,
Table.TopNav a:visited
{
	margin: 0 15px 0 15px;
	text-decoration: none;
	color: #CCCCCC;
}

Table.TopNav a.selected:link,
Table.TopNav a.selected:visited
{
	color: white;
}

Table.TopNav a:hover
{
	color: white;
	border-bottom: 4px solid white;
	padding-bottom: 4px;
}

Table.LeftNav
{
	background-color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	COLOR: white;
}

Table.LeftNav TD.Title1
{
	border-bottom:1px solid #3399CC;
	padding:5px 0 5px 10px;
	font-weight:bold;
}

Table.LeftNav TD.Title2
{
	border-top:1px solid #3399CC;
	border-bottom:1px solid #3399CC;
	padding:5px 0 5px 10px;
	font-weight:bold;
}

Table.LeftNav TD.Link1
{
	border-bottom:1px solid #3399CC;
	padding:5px 0 5px 0;
}

Table.LeftNav TD.Link2
{
	padding:5px 0 5px 0;
}

Table.LeftNav TD.Link3
{
	border-top:1px solid #3399CC;
	border-bottom:1px solid #3399CC;
	padding:5px 0 5px 0;
}

Table.LeftNav TD.Link4
{
	border-top:1px solid #3399CC;
	padding:5px 0 5px 0;
}

Table.LeftNav TD.LinkSel
{
	border-bottom:1px solid #3399CC;
	padding:5px 0 5px 10px;
	color: red;
}

Table.LeftNav TD.LinkSel1
{
	padding:5px 0 5px 10px;
	color: red;
}

Table.LeftNav a:link,
Table.LeftNav a:visited
{
	margin-left: 10px;
	text-decoration: none;
	color: white;
}

Table.LeftNav a:hover
{
	color: red;
}

ul
{
    margin:18;
	padding:0 0 0 0;
}

span.DottedTxt
{
	border-bottom:1px dotted #3399CC;
	padding-bottom:4px;
	margin-bottom:1px;
}

div.redBanner
{
    background-color:Red;
    font-size:20px;
    color:white;
    font-weight:bold;
    text-align:center;
}