/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(0,0,0);
 	text-decoration: none 
}

A:link {
	color: rgb(0,0,0);
 	text-decoration: none 
}

A:visited {
	text-decoration: none 
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt
}

LI {
	list-style-image: url( "../assets/images/arrow.jpg" )
}

A {
	text-decoration: none 
}

.TextNavBar {
	font-size: 9pt;
 	color: rgb(192,192,192)
}

A:hover {
	color: rgb(0,153,255);
 	text-decoration: none 
}
