/* CSS Document */
body {
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9DABC8;
}
.smallblue {
    font-family : Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: x-small;
}
.smallbluebold {
	font-family : Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: x-small;
	font-weight: bold;
}
.bluebold {
	font-family : Arial, Helvetica, sans-serif;
	color: #000080;
	font-weight: bold;
}
