﻿body
{
	background-image: url(/images/login_bkg.jpg);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #6c6c6c;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.Header
{
	color: #5182ad;
	font-size: 14px;
	font-weight: normal;
}
.Main
{
	font-size: 14px;
	font-weight: normal;
}

.Footer
{
	font-size: 11px;
	font-weight: normal;
}

.LoginImage
{
	max-height: 200px;
	height: expression(this.height > 200 ? 200: true);
}

A:link
{
	text-decoration: none;
	color: #176fcc;
	font-size: 11px;
	font-weight: normal;
}
A:visited
{
	text-decoration: none;
	color: #60b7fa;
	font-size: 11px;
	font-weight: normal;
}
A:active
{
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
A:hover
{
	text-decoration: none;
	color: #3788fb;
	font-size: 11px;
	font-weight: normal;
}

.ErrorMsg
{
	font-size: 8pt;
	color: #a60036;
	font-weight: normal;
}
.FillSpace
{
	height: 100%;
	width: 100%;
}

html, body, form
{
	padding: 0px;
	height: 97%;
	width: 100%;
	border: none;
	margin: 0px;
}
