﻿table.bluePanel
{
	background-color: #2A689E;
	width: 100%;
	border-bottom: solid 1px #242424;
}

table.bluePanel tr td, table.bluePanel tr th
{
	padding: 4px 10px 6px 10px;
}

table.bluePanel tr th
{
	text-align: left;
}

table.bluePanel tr td
{
	text-align: right;
}

a.blueLink
{
	color: White;
	text-decoration: none;
	font-weight: bolder;
	font-size: 13px;
}

