@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #68A6C9;
}
.blue {
	font-family: Tahoma;
	font-size: 11px;
	color: #6A758D;
	text-decoration: none;
}
.gray {
	font-family: Tahoma;
	font-size: 11px;
	color: 908F8F;
	text-decoration: none;
}
.violet {
	font-family: Tahoma;
	font-size: 11px;
	color: #A47896;
	text-decoration: none;
}
.white {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {font-size: 9px}
a {
	color: #2B52D5;
}
