body
{
	background-image: url(Images/Background.JPG);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
H1
{
	color : gray;
	font-size: 20px;
}
H2
{
	font-size: 16px;
	color : gray;
}
td
{
	font-family: Verdana;
	font-size: 12px;
}

#lblError
{
    font-weight: bold;
    color: blue !important;
    background-color: #ffff00;
}
