BODY{
	color: black;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFE7FF;
	background-image: url(/background.gif);
	background-repeat: no-repeat;
}

TABLE{
	color: black;
	font-weight: normal;
	font-style: normal;
	font-size: x-small;
	font-family: arial, helvetica, sans-serif;
	
}

TD{
	color: black;
	font-weight: normal;
	font-style: normal;
	font-size: x-small;
	font-family: arial, helvetica, sans-serif;
	vertical-align: top;
}

/* we use table headings in forms so they read better, and we can apply different styles to them if needed */

TH{
	color: black;
	font-weight: bold;
	font-style: normal;
	font-size: x-small;
	font-family: arial, helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
}

/* the subscriber/admin menu choices */
TH.menu{
	vertical-align: middle;
	font-size: medium;
	text-align: left;
}

a:link{
   color: #FF0000;
}

a:visited{
   color: #FF0000;
}

a:hover{
   color: #FF0000;
}

/* the headings for all the pages */
H3{
	font-size: small;
}

/* the main text on pages */

P{
	font-size: small;
}

/* the direct debit text */

.ddContainer{
	border: 1px solid #000000;
	background-color: #EDF5F1;
	width: 98%;
}

