/* CSS Document */
a{text-decoration:none; color:#003066}
a:hover{text-decoration:none; color:#C5BA8E}
a.whitelink{text-decoration:none; color:white; font-size:8pt; font-weight:bold; font-family:Arial}
a.whitelink:hover{text-decoration:none; color:#9A8F13; font-size:8pt; font-weight:bold; font-family:Arial; }
a.whitenav{text-decoration:none; color:white; font-size:8pt; font-weight:bold; font-family:Arial; }
a.whitenav:hover{text-decoration:none; color:#9A8F13; font-size:8pt; font-weight:bold; font-family:Arial}
a.whitelink2{text-decoration:none; color:white; font-size:8pt; font-family:Arial}
a.whitelink2:hover{text-decoration:none; color:#9A8F13; font-size:8pt; font-family:Arial}
a.navtopbar:hover{text-decoration:none; color:#003066}
a.navtopbar{text-decoration:none; color:#C5BA8E}
a.even { color: #003066; font-size: x-small; }
a.even:hover{text-decoration:none; color:#C5BA8E}
a.odd { color: #003066; font-size: x-small; }
a.odd:hover{text-decoration:none; color:#C5BA8E}

/*{font-family:Verdana; font-size:8pt}*/
copy{font-family:Verdana; font-size:8pt}
headline{font-family:Arial; font-size:10pt; font-weight:bold}
mainheadline{font-family:Verdana; font-size:16pt; font-weight:bold}
navtopbar{font-family:Verdana; font-size:7pt; color:<%= MedAccent %>}
nav{font-family:Verdana; font-size:7pt}
title{font-family:Verdana; font-size:14pt; font-weight:bold; color:#003066}
errormessage{font-family:Verdana; font-size:10pt; color:#1A2E5F; font-weight:bold}
businesscard{font-family:Verdana; font-stretch:ultra-expanded; font-size:9pt}

p{font-family:Verdana; font-size:8pt}
p.copy{font-family:Verdana; font-size:8pt}
p.headline{font-family:Arial; font-size:10pt; font-weight:bold}
p.mainheadline{font-family:Verdana; font-size:16pt; font-weight:bold}
p.navtopbar{font-family:Verdana; font-size:7pt; color:<%= MedAccent %>}
p.nav{font-family:Verdana; font-size:7pt}
p.title{font-family:Arial; font-size:14pt; font-weight:bold; color:#003066}
p.errormessage{font-family:Verdana; font-size:10pt; color:#1A2E5F; font-weight:bold}
p.businesscard{font-family:Verdana; font-stretch:ultra-expanded; font-size:9pt}

br{font-family:Verdana; font-size:8pt}
br.copy{font-family:Verdana; font-size:8pt}
br.whitelink{font-family:Arial; color:white; font-size:8pt; font-weight:bold}
br.headline{font-family:Arial; font-size:10pt; font-weight:bold}
br.mainheadline{font-family:Verdana; font-size:16pt; font-weight:bold}
br.navtopbar{font-family:Verdana; font-size:7pt; color:<%= MedAccent %>}
br.nav{font-family:Verdana; font-size:7pt}
br.title{font-family:Arial; font-size:14pt; font-weight:bold; color:#003066}
br.errormessage{font-family:Verdana; font-size:10pt; color:#1A2E5F; font-weight:bold}
br.businesscard{font-family:Verdana; font-stretch:ultra-expanded; font-size:9pt}

td{font-family:Verdana; font-size:8pt}
td.copy{font-family:Verdana; font-size:8pt}
td.headline{font-family:Arial; font-size:10pt; font-weight:bold}
td.mainheadline{font-family:Verdana; font-size:16pt; font-weight:bold}
td.navtopbar{font-family:Verdana; font-size:7pt; color:<%= MedAccent %>}
td.nav{font-family:Verdana; font-size:7pt}
td.title{font-family:Arial; font-size:14pt; font-weight:bold; color:#003066}
td.errormessage{font-family:Verdana; font-size:10pt; color:#1A2E5F; font-weight:bold}
td.businesscard{font-family:Verdana; font-stretch:ultra-expanded; font-size:9pt}

input.button {font-family:Verdana; font-size:8pt; background-color:#C5BA8E; color:black; font-weight:bold; padding:2px 1px 2px 1px;}
input.creambutton {font-family:Verdana; font-size:8pt; background-color:#E0D8B8; color:black; font-weight:bold; padding:2px 1px 2px 1px;}
input.fields {border:1pt; font-family:Verdana; font-size:8pt; background-color:white; padding:1px}
input.creamfields {border:1pt; font-family:Verdana; font-size:8pt; background-color:#E0D8B8; padding:1px}
input.radio {border:1pt; font-family:Verdana; font-size:8pt; padding:1px}
input.radiowhite {border:1pt; font-family:Verdana; font-size:8pt; padding:1px}
input.checkbox {border:1pt; font-family:Verdana; font-size:8pt; padding:1px}
input.checkboxwhite {border:1pt; font-family:Verdana; font-size:8pt; padding:1px}
textarea.text{border:1pt; font-family:Verdana; font-size:8pt; background-color:white; padding:1px}

select.select {border:1pt; font-family:Verdana; font-size:8pt; color:#000000; background-color:white}
select.creamselect {border:1pt; font-family:Verdana; font-size:8pt; color:#000000; background-color:#E0D8B8}
select.selectwhite {border:1pt; font-family:Verdana; font-size:8pt; color:#000000; background-color:white}

td.fieldName{
	text-align:right;
	font-weight:bold;
	font-family:Verdana;
	font-size:8pt;
	vertical-align: middle;
	padding:6px;
}
.requiredField{color:#FF0000;}

.general{
	color:#FFFFFF;
	background-color:#003066;
	text-transform: uppercase;
	font-size:10pt;
	font-weight:bold;
	padding:6px;
	font-family:Verdana;
	margin: 0px;
}

.generalCream{
	color:#003066;
	background-color:#C5BA8E;
	text-transform: uppercase;
	font-size:10pt;
	font-weight:bold;
	padding:6px;
	font-family:Verdana;
	margin: 0px;
}

.generalp{background-color:#EEE9D4; padding:1px 6px; margin:0px;}

.fields {border:1pt; font-family:Verdana; font-size:8pt; background-color:white; padding:1px}
.creambutton {font-family:Verdana; font-size:8pt; background-color:#E0D8B8; color:black; font-weight:bold; padding:2px 1px 2px 1px;}

.errorMessage {font-family: Verdana; font-size:8pt; color:#FF0000;}

sup.footnote {
	font-size: 7pt;
	text-align: justify;
}

div.footnote {
	font-size: 7pt;
	text-align: justify;
}

.creamTable { border:0pt; background-color:#EEE9D4; padding:0px; margin:0px; }
.creamTable td.title { background-color:#C5BA8E; padding:6px; text-transform: uppercase; font-size:10pt; font-family:Verdana;}
.creamTable td.message { background-color:#EEE9D4; padding:6px; }

.accountHistory { border:1pt solid #C5BA8E; background-color:#EEE9D4; padding:0px; margin:0px; width:100%; }
td.date { text-align:right; padding:6px; }
td.currency { text-align:right; padding:6px; width:1%; }
td.comment { text-align:right; padding:6px; }
td.details { text-align:center; padding:6px; }

td.total { font-weight:bold; text-align:center; padding:6px; }