.BLabel
{
	font-size: x-small;
	color: #E98122;
	font-family: Verdana;
}

.BBoldLabel
{
	font-weight: bold;
	font-size: x-small;
	color: #E98122;
	font-family: Verdana;
}
.BTitle
{
	font-weight: bold;
	font-size: medium;
	color: #ffffff;
	font-family: Verdana;
}

.BTextBox
{
	font-size: x-small;
	color:  #E98122;
	font-family: Verdana;
	background-color: #F5F9FE;
}
.BError
{
	font-size: x-small;
	color: red;
	font-family: Verdana;
}
A:active
{
	font-size: xx-small;
	color: #4F4F4F;
	font-family: Verdana;
}
A:hover
{
	font-size: xx-small;
	color: #4F4F4F;
	font-family: Verdana;
}
A:link
{
	font-size: xx-small;
	color: #4F4F4F;
	font-family: Verdana;
	text-decoration:none; 
}

A:visited
{
	font-size: xx-small;
	color: #4F4F4F;
	font-family: Verdana;
}

.Link
{
	font-size: xx-small;
	color: #4F4F4F;
	font-family: Verdana;
	text-decoration:none;
}
.BButton
{
	font-weight: bold;
	font-size: x-small;
	color: #E98122;
	font-family: Verdana;
	background-color: #F5F9FE;
	border-right: #E98122 thin solid;
	border-left: #E98122 thin solid;
	border-top: #E98122 thin solid;
	border-bottom: #E98122 thin solid;
	text-align: center;
}
.BTitleCell
{
	background-color: #E98122;
	border-right: #EEB77E thin solid;
	border-left: #EEB77E thin solid;
	border-top: #EEB77E thin solid;
	border-bottom: #EEB77E thin solid;
}

.BTableCell
{
	background-color: #E8F1F8;
	border-right: #EEB77E thin solid;
	border-left: #EEB77E thin solid;
	border-top: #EEB77E thin solid;
	border-bottom: #EEB77E thin solid;
}

.labels
{
	font-size: xx-small;
	color: #4F4F4F;
	font-family: verdana;
}

.Titles
{
	font-size: xx-small;
	color: #6C6C6C;
	font-family: verdana;
}

.TextBoxes
{
	border-right: #B0C0D2 1px solid;
	border-top: #B0C0D2 1px solid;
	font-size: xx-small;
	border-left: #B0C0D2 1px solid;
	color: #666666;
	border-bottom: #B0C0D2 1px solid;
	font-family: Verdana;
	height: 21px;
	background-color: #f9d1ac;
}

.TextBoxesC
{
	border-right: #F6CDA7 1px solid;
	border-top: #F6CDA7 1px solid;
	font-size: xx-small;
	border-left: #F6CDA7 1px solid;
	color: #666666;
	border-bottom: #F6CDA7 1px solid;
	font-family: Verdana;
	background-color: #FFF9F4;
}
.Errors
{
	font-size: xx-small;
	color: red;
	font-family: verdana;
}
.Texts
{
	font-size: xx-small;
	color: #666666;
	font-family: Verdana;
}
.GridHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-small;
    COLOR: #ffffff;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #61677e;
    TEXT-DECORATION: none
}
.GridItem
{
    FONT-SIZE: x-small;
    COLOR: #131955;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #f7f7f7;
    TEXT-DECORATION: none
}
.GridAlternatingItem
{
    FONT-SIZE: x-small;
    COLOR: #030945;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #e7e7e7;
    TEXT-DECORATION: none
}
.GridSelectedItem
{
	font-weight: bold;
	font-size: x-small;
	color: #ff9900;
	font-family: verdana;
	background-color: #ffffcc;
	text-decoration: none;
}

