﻿body
{
	background-color: White;
	font-family: Verdana;
	color: Black;
	font-size: 10pt;
}

a
{
	color: #663399;
	text-decoration: none;
}

a:hover
{
	color: #663399;
	text-decoration: underline overline;
}

A:visited
{
	color: #663399;
}

.LoginHeader
{
	color: ghostwhite;
	background-color: midnightblue;
	font-size: 13pt;
	font-variant: small-caps;
}

.bf_SmallHeader
{
	font-weight: bold;
	font-variant: small-caps;
}
.bf_Header
{
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14pt;
	color: MidnightBlue;
}
.bf_ParagraphTitle
{
	font-weight: bold;
	font-size: 11pt;
	color: midnightblue;
	font-variant: small-caps;
}

.bf_TableOutset
{
	border-right: dimgray 3px outset; 
	border-top: dimgray 3px outset; 
	border-left: dimgray 3px outset; 
	border-bottom: dimgray 3px outset;
}
.bf_Button
{
	font-size: 9pt;
	background-color: lightyellow;
	font-weight: bold;
	color: #000099;
}

.bf_Info
{
	color: #339900;
}

.bf_Panel1
{
	border-right: #333399 thin solid;
	border-top: #333399 thin solid;
	border-left: #333399 thin solid;
	border-bottom: #333399 thin solid;
}

.bf_GVHeader
{
	background-color: snow;
	font-variant: small-caps;
}

.bf_GVEmpty
{
	color: #339900;
	font-style: italic;
	text-align: center;
	font-size: 11pt;
}

.bf_Correct
{
	font-size: 14pt;
	color: olivedrab;
}
.bf_PuzzleIncorrect
{
	font-size: 14pt;
	color: tomato;
}

.bf_LevelName
{
	font-size: 18pt;
	line-height: 24pt;
	text-align: center;
}

.bf_LevelDesc
{
	font-style: italic;	
}

.bf_FootNote
{
	font-size: 8pt;
	font-style: italic;
}