﻿#container {
	text-align:center;
    margin-left:auto;
    margin-right:auto;
    top: 0px;
	width: 800px;
}
.sty3 {
	font-size: x-large;
	text-align: center;
	
}
.sty4 {
	text-align: left;
}
.sty7 {
	text-align: left;
}
.sty95 {
	text-align: center;
}
.sty96 {
	font-size: x-small;
}

.btnSty1
{
    width: 75px;
}

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2, h3, h4, h5, h6
{
	font-family:  Arial, Helvetica;
}
h1
{
	color: rgb(0,153,153);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}


