/* CSS Document */

body{
	margin: 0;
	background: #8DDCEA;
	font: 10pt Tahoma;
}
a:link{
	text-decoration: none;
}
.navigation{
	font: 10pt Tahoma;
	color: #000;
	text-decoration: none;
}
.link{
	font: 10pt Tahoma;
	color: #000;
	text-decoration: none;
}
.link:hover{
	color: #fe692c;
}
.white{
	color: #FFF !important;
	text-decoration: none;
}
.orange{
	color: #FF6600;
}
.skyblue{
	color: #2fc2da;
}
.heading{
	font: bold 12pt Tahoma;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
}