.login
{
    background-position: center bottom;
    background-repeat: no-repeat;
}
.LoginHeader
{
	text-align: center;
	margin: 25px;
}
.LoginControls
{
	text-align:center;
}
.BoldHeader
{
	font-weight: 900;
	font-size: 14pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.BoldText
{
	font-weight: 600;
	font-size: 14pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
BODY
{
	padding: 1px;
	margin: 5px;
	background-color: white;
}
.BrowserText
{
	font-size: 12pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.BrowserBoldText
{
	FONT-WEIGHT: 800;
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.LoginTable
{	
	border: silver thin ridge;
	height: 130px;
    WIDTH: 300px; 
    TEXT-ALIGN: center;
}
.LoginButton
{
	border: silver thin outset;
}
.LoginInput
{
	width: 175px;
}
.CopyrightText
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.CopyrightText A:active
{
	color: black;
	text-decoration: none;
}
.CopyrightText A:visited
{
	color: black;
	text-decoration: none;
}
.CopyrightText A:link
{
	color: black;
	text-decoration: none;
}
.MinorText
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.StrongText
{
	font-weight: bold;
}
.BigStrong
{
	font-weight: bold;
	font-size: 16px;
}
.ItalicText
{
	font-style: italic;
}
A:active
{
	color: black;
}
A:link
{
	color: black;
}
A:visited
{
	color: black;
}
.ErrorText
{
	color: Red; 
}
.LoginMsgBody
{
	text-align: center;
}
.LoginMsgDiv
{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}
.LinkLeft
{
	float: left;
}
.LinkRight
{
	float: right;
}