.navbutton {
	background-image:  url(../namespeed/images/navback.gif);
	border-width: 0px 1px 0px 0px;
	border-color: white;
	border-style: solid;
	height: 25px;
	width: 100px;
	font-family: verdana;
	font-size: 14px;
	color: white;
	vertical-align: middle;
	text-align: center;
	padding-right: 4px;
	padding-top: 3px;
	cursor: pointer;
	cursor: hand;
}
A:link, A:visited, A:active  {
 	text-decoration : none;
 	font-weight : bold;
 	color : #DE781A;
}
 A:hover  {
 	text-decoration : underline;
 	font-weight : bold;
}
P {
font-size:14px;
}
TD {
font-size:14px;
}