body {
	background-color: #232E5C;
	position: relative;
	padding: 0px;
	margin: 0px;
 }
 
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #232E5C;
}

p.small {
	font-size: 11px;
}

p.disclaimer {
	font-size: 10px;
}

p.gold { color: #9F9674;}

p.goldsmall {
	font-size: 11px;
	color: #9F9674;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #232E5C;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a.small {
	font-size: 11px;
}

a.disclaimer {
	font-size: 10px;
}

a.gold { color: #9F9674;}

a.H2 {
	color: #232E5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 3px;
}

H1 {
	color: #232E5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

H2 {
	color: #232E5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 3px;
}

table.main { border: 1px solid #9A906D;  border-top-width: 0px;  }

td.ltblueborder { border: 1px solid #4C5A96; }

table.goldborder { border: 1px solid #9A906D; }

table.blueborder { border: 1px solid #232E5C; }

table.rtpad6 { padding-right: 6px; }

td.vert { background-repeat: repeat-y; }

table.vert { background-repeat: repeat-y; }

hr.blue { color: #232E5C; }
