H1
{
    font-family: Tahoma, Verdana, Arial;
}
A
{
    text-decoration:none;
}

A:link{color:#284E98;
}
A:actve{color:#284E98;
}
A:visited{color:#284E98;
}
A:hover{color:Orange;
}

.Ared:link
{
   color: red;
}
.Ared:active
{
   color: red;
}
.Ared:visited
{
   color: red;
}
.Ared:hover
{
   color: Orange;
}

/*
Making amendments to the products in WYSIWYG mode meant that the line
font: smaller/1.5 Tahoma etc. meant that because the text that wasn't in a table
would become tiny.

Fixing the size of the font to 13px means that this nonsense stops.  It also means that
anyone can now change the text in WYSIWYG mode and not worry.

Change applied on the 21/05/2008
*/
P
{   
    color: black;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, "Bitstream Vera Sans" , Helvetica, sans-serif;
}

H2
{
    color: black;
    font-family: Tahoma, Verdana, Arial;
}
H3
{
    font-family: Tahoma, Verdana, Arial;
}
H4
{
    font-family: Tahoma, Verdana, Arial;
    color: navy;
}
BODY
{
    font-family: Tahoma, Verdana, Arial;
}
TD
{
    font-weight: normal;
    line-height: 1.5;
    font-style: normal;
    font-family: Tahoma, Verdana, Arial, "Bitstream Vera Sans" , Helvetica, sans-serif;
    font-variant: normal;
}
.articlebox
{
    border: dashed 1px #723330;
    padding: 6px 6px 6px 6px;
    font-size: smaller;
}
.reportsInfo
{
    color: #515151;
    font: smaller/1.5 Tahoma, Verdana, Arial, "Bitstream Vera Sans" , Helvetica, sans-serif;
}
.sectiontitle
{
   padding: 6px 6px 6px 3px;
   background-color: #818689;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}
LI.spec
{
    color: black;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, "Bitstream Vera Sans" , Helvetica, sans-serif;
}