﻿html 
{
	height: 100%;
	padding: 0px;
}

body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	background-color: #ffffff;
}

form
{
	height: 100%;
}

.error
{
	font-family: sans-serif;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color:#404040;
}

.error a:link
{
	text-decoration: none;
	color:#404040;
}

.error a:visited
{
	text-decoration: none;	
	color:#404040;
}

.error a:hover
{
	text-decoration: underline;	
	color:#404040;
}