﻿body
{
	
	
}
div.center {
    text-align: center;
}

div.center table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.table
{
	background: white;
	border-style:solid;
	border-width:1;	
	border-color:Gray;
}
.notable
{
	background: white;
	border-style:none;
	border-width:1;	
	border-color:Gray;
	width:100;
	text-align:center;
	
	
}
.info
{	
	font-family:Arial;
	font-size:xx-small;
	color:Blue;
	text-align:right;
}
.heading
{
	font-family:Century Gothic;
	font-size:medium;
	color:Blue;
	text-align:center;
}
.labelbut
{
	
	font-family:Arial;
	border-style:none;
	font-size:small;
	height:27;
	width:37;
	
}