@charset "utf-8";

.title
{
	font-family: arial;
	font-size: 20px;

	color: #15ad0d;
}

body
{
	font-family: arial;
}

.copy
{
	font-size: 12px;
}

table.data
{
	border-width: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}

table.data td
{
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
}

table.data th
{
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: green;
	border-top-width: 2px;
	border-top-color: black;
	border-bottom-width: 2px;
	border-bottom-color: black;
}

.disabled
{
	background-color: #cccccc;
}

.units
{
	font-size: 11px;
}

.bold
{
	font-weight: bold;
}

.largerFont
{
	font-size: 16px;
}

hr
{
	height: 1px;
	border-width: 0;
	color: #000000;
	background-color: #000000;
}

.centreImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centreTable
{
	margin-left: auto;
	margin-right: auto;
}

.centreText
{
	text-align: center;
}

.leftText
{
	text-align: left;
}

.rightText
{
	text-align: right;
}

form
{
	padding:0;
	margin:0;
}

img.noBorder
{
	border: 0px;
}

img.thinBorder
{
	border: 1px solid #000000;
}

.nowrap
{
	white-space: nowrap;
}

tr.top
{
	vertical-align: top;
}

.roundedBorder
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
