﻿.Maroon
{
	font-size: 8pt;
	color: maroon;
    padding: 3px 5px 3px 0px;
    margin: 3px 3px 3px 3px;
}

a.click:link
{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.click:visited
{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.click:hover
{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a.white:link
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.white:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.white:hover
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.inputBox
{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	padding: 1px 1px 1px 2px;
}
.LoginText 
{
	FONT-WEIGHT: normal;
    /* FONT-SIZE: 11px; */
    VERTICAL-ALIGN: middle;
    /* COLOR: #9F2409; */
    font-weight: bold;
    /* WIDTH: 30%; */
    text-align: center;
}
.LoginTextBox 
{
	font-size: 11px;
	border-style:solid;
	border-width:1px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: white;
	height: 18px;
	width: 250px;
}
.NumberTextBox
{
	text-align: right;
	vertical-align: middle;
}