/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(104,91,42);
 	text-decoration: none 
}

A:link {
	color: rgb(104,91,42);
 	text-decoration: none 
}

A:visited {
	color: rgb(0,0,0);
 	text-decoration: none 
}

P {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(104,91,42)
}

A {
	font-size: 12px;
 	color: rgb(102,51,0);
 	text-decoration: none 
}

.TextNavBar {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(104,91,42);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	color: rgb(42,70,22)
}