﻿.Header
{
	position: absolute;
	top: 180px;
	left: 198px;
	z-index: 12;
}
#divMessage
{
	color: black;
	z-index: 2;
	position: absolute;
	width: 770px;
	height: 660px;
	top: 245px;
	left: 200px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	overflow: auto;
}
#divBoardMembers
{
	z-index: 5;
	position: absolute;
	top: 400px;
	left: 15px;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	color: Black;
	width: 730px;
	height: 207px;
	text-align: center;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	background-color: #410505;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
}
.BoardTitle
{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	color: Black;
}

