﻿
a.topRight, a.topRight:link, a.topRight:active, a.topRight:visited
{
	color: #9B9C9D;
	font-size: 110%;
	text-decoration: none;
}

a.topRight:hover
{
	color: #3B3C3D;
	text-decoration: underline;
}

td.nowrap, th.nowrap
{
	white-space: nowrap;
}

td.left, th.left, div.left
{
	text-align: left;
}

td.right, th.right, div.right
{
	text-align: right;
}

td.center, th.center, div.center
{
	text-align: center;
}

td.justify, th.justify, div.justify
{
	text-align: justify;
}

td.top, th.top
{
	vertical-align: top;
}

td.middle, th.middle
{
	vertical-align: middle;
}

td.bottom, th.bottom
{
	vertical-align: bottom;
}

td.bold, th.bold, span.bold
{
	font-weight: bold;
}

td.pad12, th.pad12
{
	padding: 12px;
}

td.pad8, th.pad8
{
	padding: 8px;
}

td.pad4, th.pad4
{
	padding: 4px;
}

.white, .content
{
	background-color: White;
	color: Black;
}

td.leftMenuFirst
{
	padding: 8px;
	text-align: left;
	background-color: #C0C0C0;
}

td.leftMenuItem
{
	padding: 8px 8px 8px 20px;
	background-color: #C0C0C0;
	background-image: url(../images/LeftMenuBullet.gif);
	background-position: 7px 10px;
	background-repeat: no-repeat;
	border-top: solid 1px #98999A;
}

td.leftMenuItemNoBorder
{
	padding: 8px 8px 8px 20px;
	background-color: #C0C0C0;
	background-image: url(../images/LeftMenuBullet.gif);
	background-position: 7px 10px;
	background-repeat: no-repeat;
}

td.leftMenuSubItems
{
	padding: 8px 4px 8px 26px;
	background-color: #D1D1D1;
	border-top: solid 1px #98999A;
	font-size: 90%;
}

td.leftMenuLast
{
	background-color: #636464;
}

a.leftMenuLink, a.leftMenuLink:active, a.leftMenuLink:link, a.leftMenuLink:visited
{
	color: Black;
	text-decoration: none;
}

a.leftMenuLink:hover
{
	color: #5574C6;
	/*text-decoration: underline;*/
}

.text90
{
	font-size: 90%;
}

.text140
{
	font-size: 140%;
}

div.height120
{
    line-height: 120%;
}

div.height140
{
    line-height: 140%;
}

div.height160
{
    line-height: 160%;
}

div.spaceAfter
{
    margin-bottom: 6px;
}

.inlineTitle
{
    color: #618292;
    font-weight: bold;
}

th.blueTh
{
    background-color: #618292;
    color: White;
    text-align: center;
}
td.blueTd
{
    background-color: #dfdfdf;
    color: #618292;
    text-align: center;
}