body
{
	background-repeat:no-repeat;
	background: #5e8ebe; /* Old browsers */
	background: -moz-linear-gradient(top,  #5e8ebe 0%, #90bedb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e8ebe), color-stop(100%,#90bedb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5e8ebe 0%,#90bedb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5e8ebe 0%,#90bedb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5e8ebe 0%,#90bedb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5e8ebe 0%,#90bedb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8ebe', endColorstr='#90bedb',GradientType=0 ); /* IE6-9 */

	
	margin:auto;
	min-height: 100%;
	background-repeat: no-repeat;
    background-attachment: fixed;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

.container
{
	background: #F9F9F9; /* Old browsers */

	width:1100px;
	margin:auto;
	padding:0px;
	border-radius:0px 0px 15px 15px;
}

.content
{
	padding:25px;
}

a:link {color:#333333;}      /* unvisited link */
a:visited {color:#333333;}  /* visited link */
a:hover {color:#333333;}  /* mouse over link */
a:active {color:#333333;}  /* selected link */ 

td
{
	padding-bottom:5px;
}