﻿body 
{
    margin-top: -15px;
    background-color:#a9b1d6;
    font-family: Arial, Sans-Serif;
    font-size: 0.9em;
}

a
{
color: #ffffff;
text-decoration: none;
}

.a2
{
    color:#5b669d;
    font-weight: bold;
}
caption
{
    font-size: 1.1em;
    font-weight:bold;
    color: Black;
}

.centre
{
    margin-right: auto;
    margin-left: auto;
}

.footer
{
    padding-left: 16px;
    padding-top:2px;
    width: 761px;
    height: 26px;
    background-image: url("/images/navigation/footer.gif");
    font-size:0.8em;
    color: #FFFFFF;
}

.tab-head
{
    background-image:url("/images/main/head_tab.gif");
    width: 447px;
    height: 17px;
    color: #ffffff;
    padding: 8px;
    font-weight:bold;
}

.tab-head-half
{
    background-image:url("/images/main/head_tab_half.gif");
    width: 232px;
    height: 17px;
    color: #ffffff;
    padding: 8px;
    font-weight:bold;
}
.tab-full
{
    width: 463px;
}
.tab-half
{
    width: 248px;
}
.tab-content
{
    border: 1px solid #394168;
    
}
.text-centre
{
    text-align: center;
}
.text-right
{
    text-align:right;
}
.footer-div
{
    width: 200px;
    float: left;
}

.highlight
{
    color:#6a74a6;
}

.leftcol
{
  float:left;
       
}
.rightcol
{
  float:right;
  width: 480px;
  padding-top: 5px;
}

.title
{
    font-size: 1.4em;
    color: #10183f;
}


.redundant
{}

.hover:hover
{
      filter: alpha(opacity=60);
      opacity: 0.6;
}