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

a:hover {
	color: #000000;
	text-decoration: none;
}
.navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: none;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-bottom: 2px solid #666666;
}
.navigation a:link,.navigation a:visited, .navigation a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: none;
}

.navigation a:hover{
	color: #000000;
}
.nav_CurrentPage {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: none;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-bottom: 2px solid #666666;
}

.nav_CurrentPage a:link, .nav_CurrentPage a:visited, .nav_CurrentPage a:active, .nav_CurrentPage a:hover {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
}


.stdtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
}

.stdtextCenter {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 1.4em;
}

.footer, .footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
}
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;
}

div.figureCenter {
  float: none;
  margin-right: 20px;
}
div.figureCenter p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #cccccc;  /* Border of box that contains sub-links  */
	border-bottom-width: 0px;
	font: normal 14px Arial, sans-serif;
	line-height: 1.5em;
	z-index: 100;
	background-color: #734dbd;  /* Background color of box that contains sub-links  */
	text-align:left;
}

.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: normal;
	text-indent: 5px;
	color: #ffffff;   /* Text color of sub-box that contains sub-links when not HOVER  */
	background-color: #734dbd;
	text-align:left;
	font-size:14px;
}

.anylinkcss a:hover{
	background-color: #333333;  /* Background color of sub-box that contains sub-links when HOVER  */
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	line-height: 1.5em;
	font-size:14px;
}