<style>

TD
{
	font-size : 14px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #D8F5F1;
	border: then solid #FFFFFF;
}
.state
{
	font-size : 18px;
	font-style : italic;
	font-weight : bold;
	font-family : Arial;
	color : #FFFFFF;
	cursor: pointer;
}
.state_on
{
	font-size : 18px;
	font-style : italic;
	font-weight : bold;
	font-family : Arial;
	color : #8D1836;
	cursor: pointer;
}
.hidden
{
	VISIBILITY: hidden;
	position : absolute;
}
.visible
{
	VISIBILITY: visible;
	position : absolute;
}
.spacer
{
	font-size : 1px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : White;
}
.nav {
    font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	text-align : center;
	color : #000080;
	text-decoration : none;
	cursor: pointer;
	background-color: #42425A;
}
.nav-on {
    font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #7B0460;
}
.nav-highlight {
    font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	text-align : center;
	background-color : #7B0460;
	cursor: pointer;
}
.nav1
{
	font-size : 14px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : aqua;
	background-color : #222222;
}
.nav2
{
	font-size : 14px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : aqua;
	background-color : #222222;
}
A:Hover 
{
	font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #8D1836;
	cursor: pointer;
}
.nav-active
{
	font-size : 14px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #222222;
	background-color : aqua;
}
A
{
	font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
}
table.tbar 
{	
		padding: 0pt;
		margin: 0pt;
		border-right: 1pt solid #5C6BA2;
		border-bottom: 1pt solid #5C6BA2;
		font-family: Tahoma, Arial, Helvetica, Sans Serif,Sans;
		font-size: 100%;
}

body.tbar 
{
		font-family: Tahoma, Arial, Helvetica, Sans Serif,Sans;
		font-size: 70%;
		background-color: #ffffff;
}

span.tbar 
{
		font-family: Tahoma, Arial, Helvetica, Sans Serif,Sans;
		font-size: 70%;
}

.ButtonFace 
{
    background-repeat: repeat-x;
    vertical-align   : middle;
    padding-right: 2px;
    font-weight	     : bold;
    text-align       : center;
    cursor: hand;
    BORDER-RIGHT: #5C6BA2 1px solid;
    
}

.ButtonFaceDown 
{
    background-repeat: repeat-x;
    vertical-align   : middle;
    padding-top: 2px;
    margin-left: 2px;
    padding-right: 0px;
    font-weight	     : bold;
    text-align       : center;
    text-indent		: 2px;
    cursor: pointer;
    BORDER-RIGHT: #8596CA 1px solid; 
}

.rEdge 
{
	background-image:url(/images/redge.gif);
}

.rEdgeDown 
{
    background-image : url(/images/buttonfacedown.gif);
    background-repeat: repeat-x;
}

.clsTitle
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 13px; 
	FONT-WEIGHT: Bold;
	margin-left: -1.5em;
	margin-right: -.8em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: .4em;
	padding-bottom: .4em;
	padding-left: 1.5em;
	border-bottom: 1px solid #2F5C9F; 
	background-image: url(/images/Help/Titlebg2.gif);
	background-repeat: repeat-y;
	background-color: #CCCCFF;
	color: #000080;
}
@media print
{
h1 {page-break-before:always}
}

.DropDownOutBox{border:0px; background-color:#000000}
.DropDownSubBox{border:0px; background-color:#f7f7f7}
.DropDownSubText{font-family:arial; font-size:10px; color:#000066;	font-weight:bold; text-decoration:none; cursor:hand;}

</style>