/* CSS Document */

.pageHead
{
	
	display:block;
	padding:10px;
	color: white;
	background-color: rgba(0,135,61,1.00);
	font-size:25px;
	margin-bottom: 15px;
	
}
.error
{
	color : red;
	transition:ease-in-out 1s;
	font-style:italic;
}
.success
{
	color : green;
	display:block;
	font-style:italic;
	transition: ease-out 1s;
	border: silver thin solid;
	border-radius: 80px/5px;
	box-shadow: 0px 2px #878383;

	
}

.table
{
	margin: 0px auto;
	text-align: center;
	
	
}
.footer
{
	height: 25px;
	color: white;
	text-align:center;
	font-style:italic;
	font:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	left: 0px;
	right:0px;
	bottom: 0px;
	
}