body {
	background-color: #afcbf1;
	margin: 0px;
	padding: 0px;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	color: black;
}

img {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#tipDiv {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 10000;
	background-color: $ffffff;
	border: 1px solid #336;
	width: 250px;
	padding: 4px;
	color: #000;
	font: 11px Tahoma, sans-serif;
	line-height: 1.2;
}

A.backtotop {
	font-size: 8pt;
	color: white;
	text-decoration: underline;
}

A.backtotop:HOVER {
	color: white;
	text-decoration: none;
}

A.menu {
	color: white;
	text-decoration: none;
}

A.menu:HOVER {
	color: white;
	text-decoration: underline;
}

A.digitalus {
	color: #cccccc;
	font-size: 8pt;
	text-decoration: none;
}

A.digitalus:HOVER {
	color: #cccccc;
	text-decoration: underline;
}

.footer {
	color: white;
}

A.footer {
	color: white;
	text-decoration: none;
}

A.footer:HOVER {
	color: white;
	text-decoration: underline;
}
.heading{
	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;
}

.footer_nav{
color: white;
font-size: 8.5pt;
}

.links{
color: #467ac1;
}


a {
	color: #467ac1;
	text-decoration: underline;
}


a :hover {
	color: #184e96;
	text-decoration: underline;
}

a :visited {
	color: #467ac1;
	text-decoration: underline;
}

a.link  {
	text-decoration: none;
}

a.link :link {
	color: #467ac1;
}

a.link :hover {
	color: #184e96;
}

a.link :visited {
	color: #467ac1;
}

a.footer_nav  {
	text-decoration: none;
}

a.footer_nav :link {
	color: white;
}

a.footer_nav :hover {
	color: #003d7c;
}

a.footer_nav :visited {
	color: white;
}

