﻿html
{
	height: 100%;
}

body 
{
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
	background-image: url(Images/background.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 100%;
}

.AllContent
{
	height: 100%;
}


.MainButton
{
	border: solid 1px gray;
	background-color: White;
	padding: 5px;
	margin: 5px 10px;
	display: block;
	cursor: hand;
	text-decoration: none;
	color: Gray;
}

.MainButton:hover
{
	border: solid 1px black;
	color: Black;
	background-color: #99ccff;
}

.Logo
{
	height: 212px;
	width: 200px;
	background-image: url(Images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.PageTitle
{
	padding: 20px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}