/* Treeview styles */

BODY 
{ 
	font-family: Arial; 
	font-size : 13px;
	color : #51627E;
}

TD
{
	font-size : 13px;
	font-family : Arial;
	color : #51627E;
}

A  {
	font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	color : #51627E;
}

A:Visited  {
	font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	color : #51627E;
}

A:Active  {
	font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	color : #51627E;
}

A:Hover  {
	font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	color : Blue;
	text-decoration: none;
}

