body {
	background-image : url(../images/background.gif);
	background-repeat : repeat-x;
}
p, span, body, li, td {
	/*font-family : "Times New Roman", Times, serif;*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}
div {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
small {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}
hr {
	color: #000066;
}
/* colour of link text in left hand sub navigation */
/*.SubNavLink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #ffffff;
	text-decoration : none;
	padding-right: 3px;
}
A:HOVER.SubnavLink {
	background-color: #0000ff;
	color : #ffffff;
}
.SubNav {
	margin-left : 8px;
}
*/

/* text colour on sub menu links below tabs */
A:LINK.SmallWhite, .SmallWhite {
	color : #ffffff;
	font-size : xx-small;
}
/*white text for general use*/
.White {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
}
/* colours the footer */
.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	margin-bottom: 20px;
	text-align : left;
}
/* positions the footer */
.footerposition {
	width : 712px;
	text-align : left;
}
A:hover, A:HOVER.footer {
	background-color: #0000ff;
	color : #ffffff;
	text-decoration: none;
}
#searchfield {
	width : 158px;
}
.field {
	background-color : #EDEDFF;
}
.button {
	background-color : #cc0099;
	color : #ffffff;
	font-size : x-small;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color : #000099;
	height : 25px;
	width : 64px;
}
/* gives padding within the main text table cell */
.bodytext {
	padding-left: 20px;
	padding-top: 10px;
	width : 470px;
}
h1 {
	color : #Cc0099;
	font-size : large;
}
h2 {
	color : #Cc0099;
	font-size: medium;
	font-style : italic;
}
h3 {
	color : #Cc0099;
	font-size: small;
	font-style : italic;
	font-weight : bold;
}
li {
	list-style-image : url(../images/bullet2.gif);
}
.toparrow, A:link.toparrow {
	font-size : xx-small;
	font-weight : bold;
}
/* indicates a mandatory field in a form */
.man {
	color: #ff0000;
}
/* alternate row background colour in products page */
.rowon {
	background-color : #ffffcc;
}
.error {
	color : #ff0000;
}
/* makes text spaced out */ 
.spacedtext {
	letter-spacing : .5 em;
	color : #cc0099;
}
.reverse {
	color : #ffffff;
	background-color : #000000;
	padding-left : 4px;
}
.paleblue {
	background-color : #EDEDFF;
	padding-left : 5px;
}
.pink {
	color : #CC0099;
}
/* the styles below apply only when printing */
@media print {
	table.header 
	{
	display: none;	
}
	td.nav, table.nav, div.nav
	{
     display: none;
}
#nav {
	display: none;
}
	div.footer
	{
	display: none;
}
   td.body, table.body
	{
	width: 18cm;
   margin: 10px;
}
}