* {
	margin: 0px;
	padding: 0px;
}

BODY {
	background-color: white;
	font-size: 14px;
}

INPUT {
	vertical-align: middle;
}

A {
	color: white;
}

A:link {
	text-decoration: none;
}

A:visited {
    text-decoration: none;
}

A:hover {
	color: yellow;
    text-decoration: underline;
}

A:active {
	color: yellow;
	text-decoration: underline;
}

TABLE {
	font-size: 14px;
}

DIV.rowblock {
	display: block;
	text-align: center;
}

DIV.container {
	display: inline;
	position: relative;
	text-align: left;
}

A IMG {
	border: 0px;
}

.hidden {
	visibility: hidden;
	width: 0px;
	height: 0px;
	line-height: 0px;
}
