﻿body {
	background: #FFFFFF;
}

img { border: 0px;}

a  
{	
	color: #3300FF;
}

a:hover  
{	
	color: #FF0000;
}

h1
{ color: #000000; }

.grid1
{
	background: #FFFFFF;
	cursor: pointer;
}

.form0
{
	background: #DFDFDF;
}

.table1
{
	border: 1px solid silver;
}

ul.errormessages
{
	color: #FF0000;
}

ul.infomessages
{
	color: #0000FF;
}

.fieldError
{
      background-color: red !important;
}

.fieldContainerError
{
      background-color: yellow !important;
}