.css {
	background-attachment: fixed;
	background-image: url(../images/blu-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.ibkgd {
	background-attachment: fixed;
	background-image: url(../images/i-bkd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0090D3;

}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bce1f3;
	text-decoration: none;
}
.topmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #60BAE4;
	text-decoration: none;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0090d3;
	text-decoration: none;
}
.topmenuselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.whitetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0090D3;
	text-decoration: none;
}
