/* CSS Document */
a:active, a:link, a:visited  {
	text-decoration: none;
	color: #993300;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
.navigation {
	font-family:"Book Antiqua", "Times New Roman";
	font-size: 16px;
	font-style: normal;
	color: #FFCC33;
	font-weight: none;
	padding: 8px 5px 8px 20px;
	text-align: left;
}
.navigation a:link,.navigation a:visited, .navigation a:active {
	font-family:"Book Antiqua", "Times New Roman";
	font-size: 16px;
	font-style: normal;
	color: #FFCC33;
	font-weight: none;
}

.navigation a:hover{
	color: #FFFFFF;
}

h1 {
	font-family:"Book Antiqua", "Times New Roman";
	font-size: 18px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
}


.stdtext {
	font-family:"Book Antiqua", "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
}

.stdtextCenter {
	font-family:"Book Antiqua", "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 1.4em;
}

.footer, .footer a {
	font-family:"Book Antiqua", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
}
div.figureRight {
  float: right;
  margin-left: 20px;
}
div.figureRight p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.figureLeft {
  float: left;
  margin-right: 20px;
}
div.figureLeft p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.caption {
	font-family:"Book Antiqua", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
