td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.footerLinks {
	color: #000000;
	text-decoration: none;
}
.smallText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.blueBold {
	color: #474C7C;
	font-weight: bold;

}
.blueHeader {
	color: #0A038D;
	font-size: 18px;
	border-top:1px solid #D3DEE7;
	/*border-bottom:1px dashed #CCCCCC;*/
	/*border-bottom-style:dashed*/
}
.errorMessage {
	color: #CC0000;
}
a:link {
	color: #000066;
}
a:active {
	color: #CCFF66;
}
a:hover {
	color: #7B95AB;
}
a:visited {
	color: #000099;
}
a.footerLinks:link {
	color: #000000;
	text-decoration: none;
}
a.footerLinks:active {
	color: #000000;
	text-decoration: none;
}
a.footerLinks:hover {
	color: #000000;
	text-decoration: none;
}
a.footerLinks:visited {
	color: #000000;
	text-decoration: none;
}
.smallText {
	font-size: x-small;
}
.smallestText {
	font-size: 11px;
}
.portfolioDetail {
	padding:0px 20px 0px 25px;
}
input, textarea, select {
	border:1px solid #474C7C;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding:4px;
}
optgroup {
	color:#474C7C;
}
option {
	color:#333333;
}
#btnSubmit {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#474C7C;
	width:auto;
}