﻿body 
{
	background: #CCC;
}
.button
{
	font-weight: bold;
	font-size: small;
	border-left-color: silver;
	background-image: url(images/nav.jpg);
	border-bottom-color: silver;
	color: white;
	border-top-style: outset;
	border-top-color: silver;
	font-family: Verdana;
	border-right-style: outset;
	border-left-style: outset;
	border-right-color: silver;
	border-bottom-style: outset;
}

.textbox
{
	font-size: small;
	color: #777;
	font-family: Verdana;
	font-weight: bold;
}

.h1
{
	font-weight: bold;
	font-size: small;
	color: #88ac0b;
	font-family: Verdana;
}
.h2
{
	color: #666666;
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
}
.errorLabel
{
	font-weight: bold;
	font-size: small;
	color: #8b0000;
	font-family: Verdana;
}
.links
{
	font-weight: bold;
	font-size: small;
	color: #696969;
	font-family: Verdana;
}
.greenlinks
{
	font-weight: bold;
	font-size: small;
	color: #88ac0b;
	font-family: Verdana;
}

.firstrow
{
	font-weight: bold;
	font-size: small;
	background-image: url(images/nav.jpg);
	color: white;
	font-family: Verdana;
}
.tablerows
{
	background-color: white;
	font-size: small;
	font-family: Verdana;
}
.centreCell
{
	text-align: center;
}
.boldtext
{
	font-size: 14px;
	color: #696969;
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
}
.newtext
{
	font-size: 14px;
	color: #404040;
	font-family: Verdana;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.boldtextbg
{
	font-size: 14px;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	background-color: #b7cc33;
}