﻿body
{
	background-color: #243E5C;
	font-family:Arial;
	font-size:10pt;
}
a
{
	color:#205964;
	text-decoration:underline;
}
a:hover
{
	color:#205964;
	text-decoration:none;
}
.BlockTopLeft
{
	background-image: url(/Images/BlockTL.gif);
	width: 4px;
	height: 4px;
}
.BlockTopMiddle
{
	background-image: url(/Images/BlockTM.gif);
	height: 4px;
}
.BlockTopRight
{
	background-image: url(/Images/BlockTR.gif);
	width: 4px;
	height: 4px;
}
.BlockMiddleLeft
{
	background-image: url(/Images/BlockML.gif);
	width: 4px;
}
.BlockMiddleMiddle
{
	padding:5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	background-color:White;
}
.BlockMiddleRight
{
	background-image: url(/Images/BlockMR.gif);
	width: 4px;
}
.BlockBottomLeft
{
	background-image: url(/Images/BlockBL.gif);
	width: 4px;
	height: 4px;
}
.BlockBottomMiddle
{
	background-image: url(/Images/BlockBM.gif);
	height: 4px;
}
.BlockBottomRight
{
	background-image: url(/Images/BlockBR.gif);
	width: 4px;
	height: 4px;
}
.TextBox
{
	border-color:Black;
	border-width:1px;
	border-style: Solid;
	background-color: #FFFAEC;
}
.LargeTextBox
{
	width:400px;
	height:200px;
	border-color:Black;
	border-width:1px;
	background-color: #FFFAEC;
}