body {
	background-color: #FFFFFF;
}
a:link{
	color: #34254D;
}
a:visited{
	color: #34254D;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height:1.6em;
	color: #34254D;
	}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height:1.6em;
	color: #987DC1;
	}
text_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:1.6em;
	color: #987DC1;
	}
text_std {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #34254D;
	}
.pics  {
 	position: fixed;
 	top: 65px;
 	left: 250px;
	}
.txts  {
	position: fixed;
	top: 50px;
	left: 10px;
	overflow: auto;
	}
.box
 {
  	background-color: #FFFFFF;
	color: #34254D;
 	position: absolute;
 	top: 25%;
 	left: 50%;
 	margin-top: -125px;
 	margin-left: -485px;
 	height: 547px;
 	width: 970px;
 	overflow: auto;
 }
.copyright
 {
	font-size: x-small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #34254D;
	background-color: #FFFFFF;
	position:absolute;
	top: 97%;
	left: 50%;
	margin-top:-10px;
	margin-left: -485px;
	height: 25px;
	width: 970px;
	overflow: hidden;
 }
