html
{
	height:100%;
	text-align:center;
}
body
{
	background-image:url('../images/site_bg.gif');
	background-repeat:repeat-x;
	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;
	margin:0px;
}
h2
{
	margin:0px;
}
h3
{
	color:#FF6600;
	font-size:14px;
	margin:0px;
}
.h3
{
	font-weight:bold;
	color:#FF6600;
	font-size:14px;
	margin:0px;
}


