/* Global Definitions for TenFold Website */
body {
	margin:0px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}
a {
	text-decoration:none;
	color:#3366CC;  /* Medium blue - PMS 660 */
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
	color:#3366CC;  /* Medium blue - PMS 660 */
	cursor:pointer;
}
.fakelink { /* used to make some text match the color of links without being a link */
	text-decoration:none;
	color:#3366CC;  /* Medium blue - PMS 660 */
}
img {
	border: 0;
}
br {
	padding:0px;
	border:0px;
	margin:0px;
}

hr {
	color:#3366CC;  /* Medium blue - PMS 660 */
}

li {
	margin-left: -15px;
}
