
HTML, BODY, TD, P, A, DIV
{
	font-size: 9pt;
	font-family: Verdana,Tahoma,Arial;
}
		BODY {
			margin-top: 0;
			margin: 0;
			background-color: #08107F;
			}
		TD.login	
		{
		background-color : Black;
		text-align : center;
		font-weight	: bold;
		text-transform :uppercase;
		color : White;		
		}		
		TD.right
		{
			text-align : right;
			align : right;
		}
		TD.center
		{
			text-align : center;
			align : center;
		}
		div.loginerror
		{
			color : Red;
			font-weight : bold;
			text-align : center;
		}
		.center
		{
			text-align : center;
			align : center;
		}		
		A	{
			color: #000080;
			text-decoration: none;
		}
		A.forgotpassword
		{
			color: WHITE;
			font-weight : bold;	
			font-size: 8pt;	
			text-decoration: none;
		}
		A.forgotpassword:HOVER
		{
			color: WHITE;
		}
							
		A:hover	{
			color: #808080;
			text-decoration: none;
		}

