﻿.Header
{
	position: absolute;
	top: 180px;
	left: 190px;
	z-index: 12;
}
#divMessage
{
	color: black;
	z-index: 2;
	position: absolute;
	width: 770px;
	height: 660px;
	top: 210px;
	left: 200px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	overflow: auto;
}
.Header
{
    font-weight: bold;
    font-size: 12pt;
}
