.BLabel
{
	font-size: x-small;
	color: #000000;
	font-family: Verdana;
}
.TableColor
{
	border-right: #5F9CD7 1px solid;
	border-top: #5F9CD7 1px solid;
	border-left: #5F9CD7 1px solid;
	border-bottom: #5F9CD7 1px solid;
	background-color: #f5f9fe;
}
.BBoldLabel
{
	font-weight: bold;
	font-size: x-small;
	color: gray;
	font-family: Verdana;
}
.BTitle
{
	font-weight: bold;
	font-size: medium;
	color: #ffffff;
	font-family: Verdana;
}

.BTextBox
{
	font-size: xx-small;
	color: #3b88d3;
	font-family: Verdana;
	height: 20px;
	background-color: #f8f9fb;
}
.BTextArea
{
	border-right: #b0bec7 1px solid;
	border-top: #b0bec7 1px solid;
	font-size: xx-small;
	border-left: #b0bec7 1px solid;
	color: #3b88d3;
	border-bottom: #b0bec7 1px solid;
	font-family: Verdana;
	background-color: #f8f9fb;
}
.TextBoxes
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: xx-small;
	border-left: darkgray 1px solid;
	color: #3b88d3;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	height: 20px;
	background-color: #f8f9fb;
}

.BError
{
	font-size: x-small;
	color: red;
	font-family: Verdana;
}
.BButton
{
	font-size: x-small;
	color: Gray;
	background-color: #ecf2f4;
	text-align: center;
}
.BTitleCell
{
	background-color: #3984CD;
	border-right: #63810A thin solid;
	border-left: #63810A thin solid;
	border-top: #63810A thin solid;
	border-bottom: #63810A thin solid;
}
.BGridHeader
{
	border-right: #707070 thin solid;
	border-top: #707070 thin solid;
	border-left: #707070 thin solid;
	color: white;
	border-bottom: #707070 thin solid;
	background-color: #5f9cd7;
}
.Titles
{
	font-weight: bold;
	font-size: 8pt;
	color: #99BADD;
	font-family: Verdana;
}

.WhiteTitles
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana;
}

.Texts
{
	font-size: 11pt;
	color: #000000;
	font-family: Verdana;
}

.SmallLabel
{
	font-size: 8pt;
	color: #808080;
	font-family: verdana;
}
.link
{
	font-size: 10pt;
	color:#000000;
	font-family: verdana;
	text-decoration: none;
}