body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:x-small;
}
A
{
	color:Blue;
}
A:hover
{
	color:Red;
}
.Calendar
{
	font-size: x-small;
	text-align:left;
	text-decoration: none;
	cursor: hand;
}
.CalendarText
{	font-size: x-small;
	text-align:left;
	text-decoration: none;
	cursor: hand;
}
.CalendarTextSelected
{	font-size: x-small;
	text-align:left;
	text-decoration: none;
	cursor: hand;
	color: Green;
}
.CalendarTitle
{
	font-size: x-small;
	font-weight:bold;
	text-align:left;
	text-decoration: none;
	cursor: hand;
}
.HeaderText
{
	font-size:larger;
	font-weight:bold;
}
.BodyText
{
	font-weight:bold;
}
.Table
{
	border-top-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	font-size: x-small;
	border-left-color: white;
	background-image: url(/Images/Background/Middle.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-color: white;
	padding-bottom: 0px;
	border-top-color: white;
	padding-top: 0px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-right-color: white;
}
.TableHeaderRow
{ 
	font-size: x-small;
	font-weight:bold;
}
.TableAlternatingItem
{
	background-color: silver;
}
.TableSelectedItem
{
	background-color: White;
}
.SmallText
{
	font-size: x-small;
	text-align:left;
}
.SmallTextCentre
{
	font-size: x-small;
	text-align:center;
}
.SmallTextBold
{
	font-size: x-small;
	text-align:left;
	font-weight: bold;
}
.ErrorTextBox
{
	background-color: #F6A500;
}
.RequiredText
{
	font-weight: bold;
}
.HugeText
{
	font-size: 50px;
	color: #00CB00;
}
.Outline
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.TablePrint
{
	border-top-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	font-size: 14px;
	border-left-color: Black;
	border-bottom-width: 1px;
	border-bottom-color: Black;
	padding-bottom: 0px;
	border-top-color: Black;
	padding-top: 0px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-right-color: Black;
}
H1
{
	font-size:small;
}
H2
{
	font-size:medium;
}
H3
{
	font-size:larger;
}
H4
{
	font-size:large;
}