﻿body {
}
	.LoginBar
	{
		background-image:url(../Images/logo.png);
		background-repeat:repeat-x;
		height:25px;
	}
	.loginHeadings
	{
		text-align:right;
		font-family:Verdana;
		font-weight:bold;
		color:#1266aa;
		font-size:smaller;
	}
	.LoginMainHeading
{
	text-align: center;
	font-family: Cursive;
	font-weight: bolder;
	color: #5e5f5f;
}
	.LoginLogo
{
	text-align: center;
	font-family: 'Monotype Corsiva';
	font-weight: bolder;
	color: #33707b;
	font-size: xx-large;
	font-variant: small-caps;
}
.lblError
{
	font-family:Verdana;
	color:Red;
	font-size:smaller;
	font-weight:bolder;
}
