body
{
	color: darkblue;
	font-family: Verdana, Arial, 'Times New Roman' , 'Microsoft Sans Serif';
}
.ErrorMessage
{
	font-size: 11px;
	color: red;
	font-style: italic;
	font-family: Arial;
}
.LabelText
{
	font-weight: bold;
	font-size: 12px;
}
.SearchTipsText
{
	font-size: 12px;
	color: darkblue;
	font-family: Verdana, Arial, 'Times New Roman' , 'Microsoft Sans Serif';
	height: 35px;
}
.TextBoxUpperCase
{
    font-size: 12px;
    font-family: Verdana, Arial, 'Times New Roman' , 'Microsoft Sans Serif';
    color:Navy;
    text-transform: uppercase;
}



