﻿.pageheading {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	text-indent: 10px;
	text-align: center;
	text-transform: capitalize;
}

.pagesubheading
{
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: large;
	color: #000000;
	font-weight:bold;
	text-indent:10px;
	text-align:left;
	text-transform:capitalize;
	
}
.pagetext
{
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: large;
	color: #000000;
	left:10px;
	position:relative;
	width:98%;
}
	
.fineprint
	{
	font: small-caption;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: xx-small;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	color: #FFFFFF;
	text-indent:10px
}
	
}
.maintable
{
	width: 800px;
	}
	
table.center
 {
	margin-left:auto; 
	margin-right:auto;
	}

iframe.center {
	margin-left:auto;
	margin-right:auto;
	}

