﻿html, body 
{
	height:100%;
	padding:0;
	margin:0;
	border:none;
	background-color:#FFFFFF;
	font-family: verdana;
	font-size: 8pt;
	min-height:100%;
}
html>body {height:auto;} /*for mozilla as IE treats height as min-height anyway*/

form 
{
	height: 100%;
	margin: 0;
	padding: 0;
}

img
{
	border: 0px;
}

.LabelNormal
{
	font-family:Verdana;
	font-size:10pt;
	color: Black;
	font-weight: bold;
}

.LabelErrorMessage
{
	font-family:Verdana;
	font-size:10pt;
	color: Red;
	font-weight: bold;
}

.LinkButtons
{
	font-family:Verdana;
	font-size:10pt;
	color: Black;
	font-weight: bold;
}

.NormalText
{
	font-family:Verdana;
	font-size:10pt;
	color: Black;
}

.NormalTextBox
{
	font-family:Verdana;
	font-size:10pt;
	color: Black;
	border:solid 1px black;
	width:100px;	
}

.ContentHeading
{
	font-family:Arial;
	font-size:12pt;
	color: #4F71BF;
	background-color:#E3E3E7;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	height:25px;
	overflow:hidden;
}

.PageHeading
{
	font-family:Verdana;
	font-size:14pt;
	color: #61BE7D;
}
