﻿table
{
	background-color: white;	
	font: 12px Arial, Tahoma;
}

a
{
    color:Blue;
}

a:hover
{
    color: cornflowerblue;
}

input.btn
{
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif';
    font-size: 10px;
    font-weight: bold;
    color: darkblue;
    width: 100px;
    height: 20px;
    background-color: lightcyan;
    border: 1px solid;
    border-color: MediumBlue;
}

.menutext
{
    color: White;
    text-decoration: none;
}

.menutext:hover
{
    color: cornflowerblue;;
}

.content {
	width: 980px;
	overflow: visible;
	margin: 10px;
}

.contentFrame {
	height: 420px;
	overflow: auto;
	font: 12px Arial, Tahoma;
	background-color: white;
}

.contentTitle
{
    font: 18px Verdana, Tahoma, 'Microsoft Sans Serif';
}

.bartext
{
    border-style: outset;
    border-width: 1px;
    color: #FFFFFF;
    background: #252525;
    font: 11px Verdana, Tahoma, 'Microsoft Sans Serif';
	height: 28px;
}

