﻿a {
font-family: Verdana,tahoma,arial,helvetica;
color: #990033;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
font-family: Verdana,tahoma,arial,helvetica;
background:#990033
}

.NoTableBorder {
	border-color: #000000;
	border-width: 0;
}
.Menu {
	background-image: url('../images/menuBG.jpg');
	text-align: center;
}
.RedLine {
	border-width: 0;
	background-color: #990033;
}
.BlueVert {
	background-color: #003366;
}
.Footer {
	background-color: #003366;
	color: #FFFFFF;
}
.AlignCent {
	text-align: center;
}
.AlignRight {
	text-align: right;
}
.NoImageBorder{
	border-width: 0;
}
.WhiteTable {
	border-color: #000000;
	border-width: 0;
	background-color: #FEE580;
}
.Header {
	background-image: url('../images/header.jpg');
}
.BodyText {
	font-size: x-small;
}
.Heading {
	font-size: medium;
	font-weight:bold;
}
.HR {
	color: #990033;
	width:80%
}
.WhiteHeading{
	color: #FFFFFF;
}
.WhiteText {

	color: #FFFFFF;
	text-align: center;
}
.ImgageBorder {
	border-style: solid;
	border-width: 1px;
}

.HeadingLarge {
	font-size: large;
}
.CellLeftColour {
	border: 1px solid #000000;
	background-color: #FFFFCE;
}
.CellRightColour {
	border: 1px solid #000000;
	background-color: #FFFFCE;
	text-align: right;
}
.table {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.TextMaroon {
	color: #990033;
}

.TextUnderlined {
	text-decoration: underline;
}

.TextRed {
	color: #FF0000;
}
.TextBlue {
	color: #0000FF;
}
