﻿body 
{
    font-family: Verdana;
    font-size: 10px;
    background-color:#F6F6F6;
}

a:link, a:visited
{
    color: #0082c8;
    text-decoration: none;
}

a:hover
{
    color: #0082c8;
    text-decoration: underline;
}

.center
{
    margin-left:auto;
    margin-right:auto;
    width:820px;
    padding:5px;
    background-color:#ffffff;
}

.TabArea
{
    background-color: White;
    font-size: x-small;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top:1px solid black;
    position:absolute;
    top:42px;
    height:400px;
    z-index:-25;
}

td.heading
{
    background-color: #CCCCCC;
    font-weight: bold;
    font-size: 12px;
    color: #0082c8;
}

.ddl
{
    font-size: 10px;
    height: 14;
    width: 25;
}

.dnbframe
{
    border-left: 1px solid #A3A5B2;
    border-right: 1px solid #A3A5B2;
    border-top: 1px solid #A3A5B2;
    background-color: White;
}

H2
{
    font-size: 14px;
    font-weight: bold;
}

.panelStyle
{
    padding: 3px 3px 3px 3px;
}

.tbbg {
	background: url(gfx/rounded.gif) no-repeat top left;
	height: 22px;
	width: 170px;
}

