/* Brian Ward (Manchester) Limited */
body
{
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left:0px;


font-family: arial, helvetica, sans-serif;
font-size: 1.0em;
color: #FFCC33;
background: #00349A; /* from pics/back_tile2.jpg"*/
}

body.home
{
margin-top: 100px;
}

/* Fix for older vs 4 browsers with inheritance problems... */
p, tr, td, ul, ol, li
{
font-family: arial, helvetica, sans-serif;
font-size: 1.0em;
color: #FFCC33;
background: #00349A;
}

a:link { color: #FFCC33; background: #00349A; }
a:visited { color: #FFFFCC; background: #00349A; }
a:hover { /* Not specified */ }
a:active { color: #CC6600; background: #00349A; }

.footer
{
font-size: 70%;
}

#selflink { color: #FFFFFF; background: #00349A; } /* For absence of link  in footer where this would be a link to the same page */

ul
{
list-style: disc url(../pics/bullet.gif) ;
margin-top: 0;
}

ul.level2
{
list-style: disc url(../pics/bullet2.gif) ;
}

h1 {font-size: 1.7em; margin-bottom: 0em; }/* need to suppress gap following header - doesn't work in Netscape 4.6 */
h2 {font-size: 1.4em; margin-bottom: 0em; margin-top: 0.7em; }
h3 {font-size: 1.1em; margin-bottom: 0em; margin-top: 0.5em; }
h4 {font-size: 0.9em; margin-bottom: 0em; margin-top: 0.4em; }
h5 {font-size: 0.8em; margin-bottom: 0em; margin-top: 0.4em; }
h6 {font-size: 0.7em; margin-bottom: 0em; margin-top: 0.3em; }

.tight{margin-top: 0; margin-bottom: 0}