/* Links */
.newLink A
{
    color: #eee !important;
}

.newLink A:hover
{
    color: #fff !important;
}

A.Plain, A.Plain:hover {
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}


/* Basic Adjustments */
BODY {
	font-size: 10px; /* used for easy em <=> px conversion */
	margin: 0;
	padding: 0;
}

INPUT,SELECT,TEXTAREA {
	font-size: 1em;
}

TABLE,TR,TD {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px solid red;
	border-spacing: 0px;
}

FORM {
	margin: 0;
	padding: 0;
}

IMG {border:0}

/* Workarounds & Fixes */
.Terminator {
	height: 0px; /* =1px; otherwise does not work in Safari :/ */
	float: none;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	border: 0px solid red;
}

.Loading
{
	background: url(images/loader3.gif) no-repeat center;
	width: 40px;
	height: 40px;
	margin: auto;
	border: 0px solid red;
	color: #333;
}
