body
{
padding : 0;
margin : 0;
}


hr
{
color : silver;
margin-top : 0pt;
margin-bottom : 0pt;
}


.smalltext
{
font-size : 8pt;
font-weight : normal;
}


.normaltext
{
font-size : 11pt;
font-weight : normal;
}

.box
{
border-style : solid;
border-width : 1;
border-color : black;
}

.headerlink
{
font-family : Arial;
color : white;
text-decoration : none;
font-size : 8pt;
font-weight : bold;
}

.headerlink:HOVER
{
color : #E22E2D;
text-decoration : none;
}

.footerlink
{
font-family : Arial;
color : white;
text-decoration : none;
}

.footerlink:HOVER
{
color : red;
text-decoration : none;
}

.email
{
font-weight : normal;
color : black;
text-decoration : underline;
}

.email:HOVER
{
color : navy;
text-decoration : underline;
}

.link
{
color : #0130DD;
text-decoration : none;
}

.link:HOVER
{
    color : #0130DD;
    text-decoration : underline;
    background : #E5E7ED;
}

.link_cat_id
{
    color : navy;
    text-decoration : none;
    font-family : Tahoma;
    font-size : 10pt;
}

.link_cat_id:HOVER
{
    color : navy;
    text-decoration : underline;
    background :#D3D3D3 ;
}


