body {
	background-color : #ffffff;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th, p, input, div, select, textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #595959;
}
a {
	color: #2f589f;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #335497;
}
a:hover {
	text-decoration: none;
	color: #335497;
}
a:active {
	text-decoration: none;
	color: #335497;
}
.breadcrumb {
	background-color: #FFFFFF;
	color: #335497;
}
.footer2 {
	background-color: #D6DDE0;
	color: #335497;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active
{
	color: #2f589f;
}
.footer a
{
	color: #0a3e6e;
	font-size: 12px;
	font-size: 11px;
}

.footer a:hover
{
	color: #0a3e6e;
}
.footer span a, .footer span a:link, .footer span a:visited, .footer span a:active
{
	color: #0a3e6e;
	font-size: 13px;
	font-size: 12px;
}
.orange
{
	color: #ea0b0b;
}
.step
{
	background-color: #d4d4d4;
	color: #000000;
}
.step table tr td
{
	background-color: #6393c4;
	color: #ffffff;
}
.stepActive
{
	background-color: #000000;
	color: #FFFFFF;
}
.stepActive table tr td
{
	background-color: #2f589f;
	color: #ffffff;
}
.stepVisited
{
	background-color: #ccd9f0;
	color: #ccd9f0;
}
.stepVisited table tr td
{
	background-color: #ffffff;
	color: #2f589f;
}
.stepFooter
{
	background-image: url('/www/images/stepFooter.gif');
	width: 200px;
	height: 80px
}
.txtBoxMax
{
	width: 350px;
}
.txtBoxSmall
{
	width: 150px;
}
.formLabel
{
	background-color: #FFFFFF;
	font-weight: bold;
}
.formLabel a
{
	background-color: #FFFFFF;
	font-weight: normal;
}
.stub {
	font-weight: bold;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #FFFFFF;
}
input {
	background-color: transparent;
	color : #000000;
}
select {
	color : #000000;
	background-color : white;
}
textarea {
	color : #000000;
	background-color : white;
}
.grey {
	color: #FFFFFF;
	visibility: hidden;
}
.red {
	color: #fe000c;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #697ea2;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #697ea2;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0px;
}

a.navigationButton {
    text-decoration:none;
    border: 1px solid #697786;
    padding:3px 20px 3px 20px;
    background-color: #ccd9f0;
    font-weight:bold;
    color:#2f589f;
}

a.navigationButton:hover {
    background-color: #6393c4;
    color:  #ffffff;
}

a.actionButton {
    text-decoration:none;
    border: 1px solid #697786;
    padding:1px 10px 1px 10px;
    background-color: #ccd9f0;
    font-weight:bold;
    color:#2f589f;
}

a.actionButton:hover {
    background-color: #6393c4;
    color:  #ffffff;
}

.popup {
    padding:10px;
    width:200px;
    border-style:solid;
    border-width:1px;
    border-color:black;
    background-color:#ffffff;
}

.errorMessages {
    color:red;
    font-weight:bold;
}
