﻿body  
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    text-decoration: none
    color:White
}

a:hover
{
    text-decoration: none
    color:White
}

a:active
{
    text-decoration: none
    color:White
}

hr
{
    padding: 0px;
    margin: 0px;
    color: White;
    height: 1px;
}

.header
{
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.styleTabSelected
{
	color: yellow;
	font-weight: bold;
}

.styleTabUnSelected
{
	color: white;
	font-weight: normal;
}

.styleBackgroundColor
{
	background-color: #4b6c9e;
}

.styleBackgroundColorHighLight
{
	background-color: yellow;
}

