BODY {
margin: 1 0 0 0;
background-color: #FFFFFF;
}

BODY,TD,TH,TR {
font-family: Verdana,sans-serif;
font-size: 10px;
color: #000000;
}

A {
color: #CC0000;
}

/* Classes */

H1, .heading {
font-size: 12px;
}

H2 {
font-size: 12px;
color: #004746;
text-decoration: underline;
}

.headgreen {
font-size: 11px;
color: #004746;
}

H3, .headred {
font-size: 12px;
color: #CC0000;
}

.MainContent {
padding: 10 10 10 10;
width: 323px;
}

.MainContent2 {
padding: 10 10 10 10;
width: 475px;
}

.LeftPadded {
padding: 10 10 10 10;
}

.GreenBox {
background-color: #ECF6F7;
padding: 5 5 5 5;
}

.YellowBox {
padding: 5 5 5 5;
background-color: #FFFFCC;
}

.GreenLine {
background-image: url('/images/green_line.gif');
}

.backtotop {
float: right;
}

.backtotop A {
color: #0000cc;
}

TABLE.GreyBordered {
border-top: 8px solid #D6DBDD;
}

TABLE.GreyBordered TD {
border-left: 8px solid #D6DBDD;
border-right: 8px solid #D6DBDD;
border-bottom: 8px solid #D6DBDD;
padding: 10 6 6 6;
}

/* Colour Classes */

.red {
color: #CC0000;
}

.green {
color: #004746;
}

/* Id's */
#topbar {
border-top: 1px solid #FF0000;
}

#MainTable {
width: 628px;
}

.MenuCell {
/* This is a class instead of an ID as there are more than one per page. 
THIS IS ONLY TO SET THE WIDTH
*/
width: 153px;
}

.RightCell {
/* This is a class instead of an ID as there are more than one per page. 
THIS IS ONLY TO SET THE WIDTH
*/
width: 152px;
}

.CentreColumnPadding {
/* This is a class instead of an ID as there are more than one per page. 
THIS IS ONLY TO SET THE WIDTH
*/
width: 323px;
}

.Invisible {
display: none;
}