.color1 {
	font-size: 10pt;
	background-color: #ffff99;
	border-left-style: solid red;
	width:300px;
	margin-left:auto;
margin-right:auto;
}

.color2 {
	font-size: 10pt;
	background-color: #ffffcc;
	border-right-style: solid blue;
	width:300px;
	margin-left:auto;
margin-right:auto;
}

.formlabel {
	font-size: 10pt;
	color: black;
}

.inputText{
	border: thin groove Black;
	font-family: arial;
	font-size: 12px;
	background-color : #99ff66;
}

.headerWhite	{
	font-family : "Verdana,Geneva,Arial,Helvetica,sans-serif";
	font-size : 10pt;
	color : #ffffff;
	background-color: Black;
	height: 35;
}

.coolButtons {
	background-color: #000000;
	border-style:ridge;
	border-width:0.1cm;
	font-family: "Verdana,Geneva,Arial,Helvetica,sans-serif";
	font-size : 10pt;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	text-align : center;
}