﻿/*
.StandardLinks a
{
	text-decoration: none;
}

.StandardLinks a:hover
{
	text-decoration: underline;
	cursor: wait;
} 

.StandardLinks A
{
	color: #ffffff;
} */

.TitleBar
{
	color: #ffffff;
}


A.TitleBar
{
	text-decoration: none;
}

/* A:active
{
} */

A:hover.TitleBar
{
	cursor: auto;
	text-decoration: underline;
}

/* .TreeNav
{
	color: #496C60;
} */

.TreeNav A
{
	color: #496C60;
	text-decoration: none;
}

.TreeNav A:hover
{
	cursor: auto;	
	text-decoration: underline;
}

/*A.TreeNav
{
	text-decoration: none;
}


A:hover.TreeNav
{
	cursor: auto;
}*/

.MinorText
{	
	font-size: 9px;		 	
}