body {
	background-color: White;
	font-family: sans-serif;
	font-size:10pt;
	margin: 1 1 1 1;
	padding: 0 0 0 0;
}
h1 {
	text-align: center;
	font-weight: bold;
	color: #00CED1;
}
h2 {
	color: #00AEB0;
	font-weight: bold;
	color: #00CED1;
}
h3 {
	font-weight: bold;
	color: #00CED1;
}
th 
{
	color: #00CED1;
}
iframe 
{
	padding: 0 0 0 0;
}
.Center {
	text-align: center;
}
.CenterSmall {
	text-align: center;
	font-size: 6pt;
}
.CenterLarge {
	text-align: center;
	font-size: large;
}
.Left {
    text-align: left;
}
.Right {
    text-align: right;
}
.ErrMsg {
	font-size: larger;
	color: Red;
}
.Copyright {
	font-size: 8pt;
	color: Olive;
}
.ServiceName {
	color: #4682B4;
	font-size: 30pt;
	font-weight: bold;
}
.MenuBar {
    background: LightSteelBlue;
    font-size: 10pt;
    text-align: center;
}
.Button {
    background: LightSteelBlue;
    font-size: 10pt;
}
	
