/*
CSS by Paul Kilfoil
Software Development & IT Consulting
www.paulkilfoil.co.za
*/

body
{
	font-family: verdana;
	font-size: 13px;
}

.headMain
{
	font-size: 42px;
	font-weight: bold;
	color: blue;
	font-style: italic;
	background-color: #C0C0C0;
	width: 99%;
	vertical-align: middle;
	padding: 10px;
}

td
{
	padding: 5px;
}

.boldGreen
{
	font-size: 13px;
	font-weight: bold;
	color: green;
	vertical-align: top;
}

.boldRed
{
	font-size: 16px;
	font-weight: bold;
	color: red;
	vertical-align: top;
}

.buttonRow
{
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color: orange;
	padding: 5px;
}

input[type="button"]
{
	font-size: 15px;
	color: black;
	padding: 5px;
}

input[type="button"]:hover
{
	background-color: aqua;
}