html
{
	height:100%;
	text-align:center;
}
body
{
	margin:0;
	font-size:12px;
	font-family:Arial;
	text-align:center;
	height:100%;
}

.HeaderRegion
{
	padding:10px;
}

.FooterRegion
{
}

.TopLeftRegion
{
}

.TopRightRegion
{
}

.BottomRegion
{
}

.clickable
{
	cursor:pointer;
	cursor:hand;
}

h1
{
	font-size:36;
	font-weight:bold;
	color:#055497;
}

