﻿body {
}
        .buttons
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: 600;
    background-color: #808080;
    width: 160px;
    height: 60px;
    color: #FFFFFF;
}
        .titlebar
{
    font-size: 24px;
    color: #FFFFFF;
    background-color: #999966;
    height: 100px;
    font-family: Tahoma;
    text-align: left;
    font-weight: 700;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: double;
}
        .navigationbar
        {
            background-color: #999966;
        }
        .content
        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	font-weight: normal;
       
}
		.Table_Title {
	background-color: #666;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.Tablerow_Colored {
	background-color: #FFC;
}
.Table {
	border-style: solid;
	border-color: #333;
	padding: 2;
}


