body {
	background-color: #74a2cf;
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #2f5171;
}
#scrlContainer {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 140px;
}


#scrlContent {
	position: absolute;
	left: 0px;
	top: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	display: block;
}

A.menu {
	color: white;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}

A.menu:HOVER {
	color: white;
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
}

A.digitalus {
	color: #9ee9ff;
	font-size: 10px;
	text-decoration: none;
}

A.digitalus:HOVER {
	color: #9ee9ff;
	font-size: 10px;
	text-decoration: underline;
}

A.footer {
	color: white;
	font-size: 10px;
	text-decoration: none;
}

A.footer:HOVER {
	color: white;
	font-size: 10px;
	text-decoration: underline;
}
.heading{
	color: #2f5171;
	font-size: 20px;
}

input.button {
	padding-left: 10px;
	padding-right: 10px;
	height: 24px;
	line-height: 14px;
	font-size: 10px;
	border: 1px solid #333333;
	background: #fdb827;
	color: #333333;
	float: none;
}

input.button:hover {
	background: #ffffff;
	color: #fdb827;
	border: 1px solid #fdb827;
}
