﻿/*
font colors: 19429D, 919999
*/
body
{
    font-family: Helvetica, Verdana, Arial;
    font-size: 10pt;
    color: #ffffff;
    font-weight: normal;
}

.text
{
    font-size: 10pt;
    color: #ffffff;
}

.title
{
    font-size: 14pt;
    color: #ffffff;
    font-weight: bold;
}

.headerTitle
{
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
}

.error
{
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited, a:active
{ 
	font-size: 10pt;
	text-decoration: underline;
	color: #ffffff;
} 

a:hover 
{ 
	font-size: 10pt;
	text-decoration: underline;
	color: #09618A;
} 

a.menulink:link, a.menulink:visited, a.menulink:active
{ 
    font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
} 

a.menulink:hover 
{ 
    font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
    text-transform: uppercase;
	color: #09618A;
}

a.submenulink:link, a.submenulink:visited, a.submenulink:active
{ 
    font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
	text-transform: uppercase;
	color: #ffffff;
} 

a.submenulink:hover 
{ 
    font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
    text-transform: uppercase;
	color: #09618A;
}

a.submenulinkactive:link, a.submenulinkactive:visited, a.submenulinkactive:active, a.submenulinkactive:hover
{ 
    font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	text-transform: uppercase;
	color: #09618A;
}

.b
{
	font-weight: bold;
}

h3
{
    font-size: 14pt;
    color: #09618A;
    font-weight: bold;
    text-transform: uppercase;
}

h4
{
    font-size: 12pt;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

p.list
{
    line-height: 1.5;
}
