﻿body 
{
    background-color: #F5F5F5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background
{
    /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #F5F5F5 0%, #76C7E4 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #F5F5F5 0%, #76C7E4 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #F5F5F5 0%, #76C7E4 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5F5F5), color-stop(1, #76C7E4));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #F5F5F5 0%, #76C7E4 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #F5F5F5 0%, #76C7E4 100%);
}
/*
html *
{
   font-size: 0.9em !important;
   color: #F0EFFB !important;
   font-family: Arial !important;
}
*/  

.FooterText
{
    text-align:right;
}


    
