﻿/*position body and table at horizontal centre of screen for IE and Mozilla*/
body {
text-align:center; background-color:#D7FFEB; font-family: Times New Roman; font-size: 12pt; color: #000000; margin: auto; max-width:1024px;
}
table {
text-align:left; background-color:#D7FFEB; margin: auto; width:90%
}
/*special table width*/
span.table {
background-color:#D7FFEB; margin: auto; width:571px
}
/*various font sizes and colours*/
span.tiny {
text-align: center; font-family: Arial; font-size: 8pt; color: #000000
}
span.ten {
font-family: Times New Roman; font-size: 10pt; color: #000000
}
span.red12 {
font-family: Times New Roman; font-size: 12pt; color: #FF0000; font-weight:bold
}
span.fourteen {
font-family: Times New Roman; font-size: 14pt; color: #000000
}
span.pt24 {
font-family: Times New Roman; font-size: 24pt; color: #000000; font-weight:bold
}
span.bigblue {
font-family:Times New Roman;  font-size: 36pt; color: #66CCFF; font-weight:bold
}
span.subhead {
font-family: Times New Roman; font-size: 18pt; color: #000000; font-weight:bold
}
/*put a black border round a block of selected text*/
p.padbdr {
padding:5px; border:solid black 1px
}
p.cntr {
text-align:center;
}

td.hdr {
background-image:url('images/compbanngrn2.jpg'); background-repeat:no-repeat; width:620px; height:168px
}
td.btn {
border:2px; border-spacing:7px; background:#66CCFF; height:23px; text-align:center;
}
td.blackbdr {
border:solid black 1px; padding:5px; text-align:left;
}
#baby {
text-align:left; width:350px
}
#abc {
background:white; text-align:center; width:90%
}
/*set the hyperlink colours*/
a:link {color: #000000;text-decoration:none}
a:visited {color: #000000;text-decoration: none}
a:active {color: #000000;text-decoration: none}
a:hover {color: #FF0000;text-decoration: none}