﻿body
{
    background-image:url("imgs/BodyBG.png");
    background-position:top;
    background-repeat:repeat-x;
    background-color:#dbe3ed;
    color:White;
    font-family: Verdana, Tahoma, Arial;
    font-size:13px;
    min-height:500px;
}

.Header
{
    background-image:url("imgs/Header.png");
    background-position:bottom;
    background-repeat:no-repeat;
    height:144px;
}

.Bar
{
    /*background-color:White;*/
    background-image:url("imgs/BarBG.gif");
    background-repeat:repeat-x;
    background-color:Gray;
    height:41px;
    margin-left:5px;
    margin-right:6px;
}

.Content
{
    /*background-image:url("imgs/ContentHeader.png");
    background-position:top;
    background-repeat:no-repeat;*/
    text-align:left;
    vertical-align:top;
}

.MenuCont
{
    background-color:White;
    width:179px;
    margin-left:5px;
    padding:10px;
}

.Menu
{
    background-image:url("imgs/MenuBG.gif");
    background-repeat:repeat-x;
    Color:#787465;
    height:55px;
    margin-left:5px;
    margin-right:5px;
    background-color:White;
    font-weight:bold;
    text-align:center;
}

.MenuItem
{
    border-left:dotted 1px #0d5181;
}

.divContent
{
    padding:10px;
}

.texttitle
{
	font-size: 12;
	font-weight: bold;
	color: Black;
}
.textblack
{
	font-size: 11px;
	color: Black;	
	line-height: 18px;
}
.indextext a
{
	font-size :10px;
	color:black;
	text-decoration:none;
}
.indextext a:hover
{
	font-size :10px;
	color:blue;
	text-decoration:none;
}
