﻿body {background-color: white; font-family: Trebuchet MS; font-size: 9pt; color: black; }

A {	color: blue; }

.link-normal
{
    color:Blue;
}

.submit-button
{
    font-weight: bold;
    font-size: 9pt;
    font-family: Trebuchet MS; 
    height : 23px; 
    width : 82px
}

.input-box
{
    font-family: Trebuchet MS;
    font-size: 9pt;
    border:1px silver solid
}

.hint
{
	font-size: 8pt;
	color: #483d8b;
}

.required-fields-hint
{
    font-size : 8pt; font-style : italic ; color : Gray;
}

.error-message{ color:Red; font-size:8pt}

.text-normal 
{
	font-size: 10pt;
	color:#491e2f
}

.text-small {
	font-size: 8pt
}

.text-large 
{
	font-size : 12pt;
	
}