.body {
	background-color: #FFFFFF;	 /* white */
	/* background-image: url(../images/lmargin.gif); */
	background-repeat: repeat-y;
}

.header {
	margin-top: 10px;
	margin-left: -5px;
	background-color: #A0AAFF;	/* white */
	text-align: center;
}
.ua {
	list-style-type: upper-alpha;
	padding-left: 15px;
	margin-left: 15px;
}
.circle {
	list-style-type: circle;
	padding-left: 15px;
	margin-left: 15px;
}
.rbullet {
	list-style-image: url('../images/rbullet/gif');
	padding-left: 15px;
	margin-left: 15px
}
.square {
	list-style-type: square;
	padding-left: 15px;
	margin-left: 15px;
}
.disc {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 15px;
}
ul.none {
	list-style-type: none;
	padding-left: 15px;
	margin-left: 15px;
}

.backcolor {
	/* background-color: #AAAAAA; */
	background-color: #A0AAFF;
}

.border-left {
	border-left: double;
}
.border-right {
	border-right: double;
}
.border-top {
	border-top: double;
}
.border-bottom {
	border-bottom: double;
}
.border-left-top {
	border-left: double;
	border-top: double;
}
.border-left-right-top {
	border-left-style: double;
	border-right-style: double;
	border-top-style: double;
}
.question {
	/* font-weight: bolder; */
	color: #AA0000;
}
.answer {
	/* font-weight: bolder; */
	color: #0000AA;
}
.page_bottom {
	position: absolute;
	margin-left: -5px;
	margin-right: 10px;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.company {
	font-family: tahoma;
	font-weight: bold;
	font-size: 11pt;
	color: #AA0000;
}
.panel {
	border: 3px groove #300E99;
	height: 100px;
}
.absolute_top {
	position: absolute;
	width: 100%;
	height: 80%;
	display: block;
	float: left;
	margin-top: 5px;
	background-color: #FFFFFF;
	overflow: visible;
}
div.scroll {
	/* position: absolute; */
	height: 85%;
	width: 94%;
	overflow: scroll;
	/* border: 1px solid #666; */
	/* background-color: #ccc; */
	padding: 5px;
	margin-top: 0px;
}

.scroll_new {
	/*position: absolute; */
	height: 500;
	width: 700;
	overflow: scroll;
	/* border: 1px solid #666; */
	/* background-color: #ccc; */
	padding: 5px;
	margin-top: 0px;
	margin-left:00px;
}

 .scroll_out {
	/*position: absolute;  
	height: 500;
	width: 650;
	overflow: scroll;
	  border: 1px solid #666; */
	/* background-color: #ccc; */
	padding: 5px;
	margin-top: -520px;
	margin-left:00px;
     }	
.left align {
	/*position: absolute;
	height: 25%;
	width: 70%; 
	overflow: scroll;*/
	/* border: 1px solid #666; */
	/* background-color: #ccc; */
	padding: 5px;
	margin-top:-500px;
	margin-left:0px;

}