/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

A:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

A:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

.Box {
	color: rgb(51,51,51);
 	list-style-type: square;
 	list-style-position: outside;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(0,0,0)
}

P {
	color: rgb(51,51,51);
 	background-color: rgb(255,255,255)
}

.TextNavBar {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}