body, table, td, tr, p {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
}

p {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 3px;
}

a {
	color: #000000;
	font-size: 10pt;
	text-decoration: none
}
a:active {
	color: #CF6700;
	font-size: 10pt;
	text-decoration: none
}
a:visited {
	color: #003366; 
	font-size: 10pt;
	text-decoration: none
}
a:hover {
	color: #CF6700;
	font-size: 10pt;
	text-decoration: underline
}

a.top {
    font-size : 14px;
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
a.top:active {
	font-size : 14px;
	color: #CF6700;
	text-decoration: none;
	font-weight: bold;
}
a.top:visited {
	font-size : 14px;
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}
a.top:hover {
	font-size : 14px;
	color: #CF6700;
	text-decoration: none;
	font-weight: bold;
}

a.text {
	text-decoration: underline;
	color: #003366; 
}

a.text:active {
	text-decoration: none;
}

a.text:visited {
	text-decoration: underline;
	color: #003366; 
}

a.text:hover {
	text-decoration: none;
}

h1 {
	margin-top: 10px;
	margin-bottom: 0px;
	color: #3B6088;
	font-size: 24px;
	margin-left: 3px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #3B6088;
	font-size: 14px;
	margin-left: 3px;
	line-height: 140%;
}
h3 {
	margin-top: -4px;
	margin-bottom: 10px;
	color: #3B6088;
	font-size: 14px;
	margin-left: 3px;
	line-height: 220%;
}

sub {
	font-size: 12px;
}

.10pxPad {
	padding: 10px;
}

.10pxTop {
	margin-top: 10px;
}

