﻿BODY
{
    FONT-FAMILY: Tahoma;
    FONT-SIZE: xx-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.Prompts
{
	font-weight: bold;
	font-size: xx-small;
	color: silver;
	font-family: Tahoma;
}


.TextBox
{
	font-size: xx-small;
	color: black;
	font-family: Tahoma;
	background-color: WhiteSmoke;
}

.DropDownList
{
	font-size: xx-small;
	color: black;
	font-family: Tahoma;
	background-color: WhiteSmoke;
}

.DisplayBold
{
	font-weight: bold;
	font-size: xx-small;
	color: black;
	font-family: Tahoma;
}

.DisplayBoldBlue
{
	font-weight: bold;
	font-size: xx-small;
	color: blue;
	font-family: Tahoma;
}

.DisplayBoldGreen
{
	font-weight: bold;
	font-size: xx-small;
	color: green;
	font-family: Tahoma;
}

.DisplayNormal
{
	font-weight: normal;
	font-size: xx-small;
	color: black;
	font-family: Tahoma;
}

.DisplaySoft
{
	font-weight: normal;
	font-size: xx-small;
	color: Silver;
	font-family: Tahoma;
}

.Buttons
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: xx-small;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	background-color: #99ffff;
}

.PageCaption
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Tahoma;
	height: 20px;
	background-color: White
	text-align: center;
}


.CheckBox
{
	font-size: xx-small;
	color: Gray;
	font-family: Tahoma;
	background-color: WhiteSmoke;
}

.CheckGrp
{
	font-size: xx-small;
	color: black;
	font-family: Tahoma;
	background-color: WhiteSmoke;
}

.RadioGrp
{
	font-size: xx-small;
	color: black;
	font-family: Tahoma;
	background-color: WhiteSmoke;
}
