body
{
	background-color: #050541;
}
td
{
	color: Black;
	font-family: Verdana, Arial;
	font-size: 10pt;
}
p
{
	margin-top: 0px;
	margin-bottom: 8px;
}
h1, h2, h3
{
	color: #04052E;
	font-family: Arial, Verdana;
	font-weight: bold;
}
h1
{
	margin-top: 36px;
	font-size: 16pt;
	border-bottom: solid 1px #050541;
}
h2
{
	margin-top: 24px;
	margin-bottom: 8px;
	font-size: 12pt;
}
h3
{
	margin-top: 16px;
	margin-bottom: 4px;
	font-size: 11pt;
}

.TopTitleArea
{
	height: 35px;
	background-image: url(Images/Title.jpg);
	background-repeat: no-repeat;
}
.TopMenuArea
{
	font-weight: bold;
	height: 24px;
	background-color: #050541;
}
.RightArea
{
	height: 466px;
	width: 123px;
	background-color: #333367;
}
.LeftArea
{
	background-color: White;
	height: 466px;
	width: 623px;
}
.BottomArea
{
	height: 14px;
	background-image: url(Images/Bottom.jpg);
	background-repeat: no-repeat;
}

.Column
{
	float: left;
	width: 300px;
}
.QuestionnaireTable
{
	width: 100%;
	margin-top: 12px;
	margin-bottom: 20px;
	background-color: #F2F6FA;
	border: solid 1px #A5B9D7;
}
.QuestionCell
{
	font-weight: bold;
}

.AdministratorArea TD
{
	color: Black;
	background-color: #f0f0f0;
}

.TopMenuAnchor, .TopMenuAnchorActive, .RightMenuAnchor, .RightMenuAnchorActive, .LeftMenuAnchor, .LeftMenuAnchorActive
{
	font-weight: bold;
	text-decoration: none;
}

.TopMenuCell, .TopMenuCellActive
{
	padding: 2px 24px 2px 24px;
}
.TopMenuCellActive
{
	border: solid 1px #333367;
}
.TopMenuAnchor, .TopMenuAnchorActive
{
	color: White;
}

.RightMenuCell, .RightMenuCellActive
{
	padding: 2px 6px 2px 6px;
}
.RightMenuAnchor
{
	color: #BFCEF7;
}
.RightMenuAnchorActive
{
	color: White;
}

.LeftMenuCell, .LeftMenuCellActive
{
	width: 100px;
	padding: 2px 6px 2px 6px;
	border-left: solid 3px #333367;
}
.LeftMenuCellActive
{
	background-color: #333367;
}
.LeftMenuAnchor
{
	color: #050541;
}
.LeftMenuAnchorActive
{
	color: White;
}

