﻿@import "basic.css";

/* ========= Page Settings =========*/
.containerBG
{    
    background-image: url(/html2/images/bgs/bg_business.jpg);
    background-repeat: no-repeat;
}
.LineColor
{
   border: 1px solid #868B9E;
}


a, a:active, a:hover, a:visited
{
    color: #868B9E;
}

/* ========= Title Settings =========*/
h1
{
    color: #868B9E;  
}
h2
{
    color: #868B9E;   
}
h5
{
    color: #868B9E;  
}


/* ========= Navigation Link Settings =========*/
.active {
    color: #868B9E;
}
.mainNavigationBox a:hover
{
    color: #868B9E;
}
.downloadEntry a:hover
{
    color: #868B9E;
}
/* ========= Infobox Boxes =========*/
.contentBoxLine
{
    border-top: 1px solid #868B9E;
}
.contentBoxTitle
{   
    color: #868B9E;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}
