A:hover	{ color: blue; background-color: #EAEAEA; background-repeat: repeat;
		text-decoration : underline
		background-attachment: scroll;
		cursor: hand;
		background-position: 0% 50%
}
A:active{ text-decoration: underline }

A       { text-decoration : none }
TD      { color : black   ; font-size : 10pt }
TH      { color : blue    ; font-size : 10pt }
BODY    { color : black   ; font-size : 10pt ; }

.link				{ cursor : hand }
.root_folder_style	{ color  : blue    ; font-weight : bold ; font-size : 10pt }
.sub_folder_style	{ color  : #0066FF ; font-weight : normal ; font-size : 10pt }
.item_style			{ color  : #505050 ; font-size : 10pt }


