﻿.dynamic
{
	border-top: #f58233 1px solid;
    font-size: 8pt;
    color: #004484;
    width: 182px;
    height: 30px;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fee9d8;
}
.dynamic_hover
{
	border-top: #f58233 1px solid;
	font-size:8pt;
	color: White;
	width: 182px;
	height: 30px;
    padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #004484;
}
.static
{
	border-top: #f58233 1px solid;
    font-size: 8pt;
    color: #004484;
    width: 182px;
    height: 30px;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fee9d8;
    font-weight: bold;
}
.static_hover
{
	border-top: #f58233 1px solid;
	font-size:8pt;
	color: White;
	width: 182px;
	height: 30px;
    padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #004484;
    font-weight: bold;
}
