body, table, th, td, form, div, p, h1, h2, h3, h4, h5, h6, pre {
	margin: 0px;
	padding: 0px;
}

table {
	 border-collapse : collapse;
}

fieldset {
	border: none;
}

legend {
	color: #000;
}

img {
	border: none;
}

label {
	white-space: nowrap;
}

#rasFooter {
	clear: both;
	height: 26px;
	background-color: #333;
	color: #fff;
	line-height: 26px;
	/*padding-left: 2%;*/
	position:fixed;
	bottom: 0px;
	width: 100%;
	z-index: 999;
}
#rasFooter span {
	color: #fcf;
}
#rasFooter div {
	float: right;
	margin-right: 2%;
	color: #ff7;
}
#rasFooter a:link, #rasFooter a:visited {
	color: #fff;
	text-decoration: none;
}
#rasFooter a:hover, #rasFooter a:active {
	color: #fcf;
}