.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 13px;


}
.menu:link {
	color: #000000;
	text-decoration: none;

}
.menu:visited {

	color: #000000;
	text-decoration: none;
}
.menu:hover {
	color: #FF6600;
	text-decoration: none;


}
.menu:active {


	color: #FF6600;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/bullet-black.gif);


}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
a:link {
	color: #000000;
	text-decoration: none;

}
a:visited {
	color: #000000;
	text-decoration: none;

}
a:hover {
	color: #FF6600;
	text-decoration: none;

}
a:active {
	color: #000000;
	text-decoration: none;

}
