/* CSS definition file containing site wide stylesheets */

A {
	font-family: "Open Sans Light",  sans-serif;
 	font-size: 14px;
 	color: rgb(94,93,92)
}

A:hover {
	font-family: "Open Sans Light",  sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar{
	font-family: "Open Sans Semibold",  sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	clear: none;
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

A:visited {
	text-decoration: none 
}

A:active {
	color: rgb(0,0,0)
}

A:link {
	text-decoration: none 
}