body {
	color: darkblue;
	background-color: #3b5b84;
}

a {
	color: darkblue;
}

table {
	font-size: 12pt;
}

.header {
	background-color: #ccdbf0;
	color: #ffaa00;
	font-size: 28pt;
	font-weight: bold;
	font-style: italic;
}

.menu {
	background-color: #d7e3f3;
	font-size: 10pt;
}

.page {
	background-color: #ccdbf0;
	font-size: 12pt;
}

.hidden {
	display: none;
	visibility: hidden
}

.large {
	font-size: 14pt;
}

.medium {
	font-size: 12pt;
}

.medium_small {
	font-size: 10pt;
}

.small {
	font-size: 9pt;
}

.tiny {
	font-size: 8pt;
}

.cs {
	font-size: 8pt;
	color: #ccdbf0;
}
