a
{
    color: #ff0000;
	font-weight:normal;
    text-decoration: underline;
}

a:hover{color: #ffcc33}
a:active{color: #666666}

body {
	background-color: #1D2B77;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 200%
}
.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 200%
}

p.bolding{font-weight:bold;}

p.caption{font-size: 9pt;}

h1, h2, h3, h4, h5, h6
{
	font-family: tahoma, arial, helvetica;
	font-weight: bold;
}

h1 {color: #000066; font-size: 20pt}
h2 {color: #999966; font-size: 16pt; line-height: 100%; margin-top: 2}
h3 {
	color: #CC0000;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
h4 {color: #ff0000; font-size: 12pt; border-style: solid; border-width: 0; margin-bottom: 0}
h5 {color: #000000; font-size: 10pt}
h6 {color: #999999; font-size: 9pt}

h1.float-left {/* header element float */
  float: left;
  width: 9em;
  margin: 0 0.2em 0 0;
  background: #eee8aa;
  border-right: 2px dotted #cd853f;
  border-bottom: 2px dotted #cd853f;
}

.heading {color: #003366; font-size: 14pt; line-height: 100%}

hr {color: #003366; font-size: 9pt}
hr.whiteline {color: #FFFFFF;}

ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 170%
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 170%
}
li {
	padding-top: 10px;
}
.alphalist {
	list-style-type: lower-alpha;
}
.romanlist {
	list-style-type: lower-roman;
}
.spanright {
	float: right;
	border-left-width: 10px;
	border-left-style: none;
}

blockquote.float-right {/* floats in content div */
  float: right;
  width: 16.5em; "em size" is element dependent */
  padding: 0em 0em 0.5em 0.5em;
  margin: 0 0 0 0;
  /*color: #00008b;*/
  /*background: #b0c4de;*/
  border-right: 0px dotted #4169e1;
  border-bottom: 0px dotted #4169e1;
  text-align:right;
}

blockquote span.cap-g {/* floats in blockquote */
  float: left;
  font-size: 1.7em;
  padding: 0 0.15em;
  margin: 0 0.15em -0.5em 0; /* negative bottom margin */
  color: #b22222;
  background: #90ee90;
  border: 3px outset #2e8b57;
}

blockquote > p {/* control mozilla paragraph margin */
  margin: 0 0 0.5em 0;
}

blockquote.float-right strong {
  color: #000080;
}

blockquote.float-right em {
  color: #800080;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #1D2B77;
}

p.after-blockquote {
  padding: 0.4em;
  border-top: 3px dotted #696969;
  background: #e6e6fa;
  }