@charset "UTF-8";

body {
	font-size: 11pt;
	background-color: rgb(204,204,255);
	color: rgb(51,51,204);
	line-height: 140%;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 21pt;
}

h3 {
	font-size: 18pt;
}

h4 {
	font-size: 14pt;
}

h5 {
	font-size: 12pt;
}

h6 {
	font-size: 11pt;
}

caption {
	font-size: 18pt;
	font-weight: bold;
	height: 20pt;
}

.time {
	font-size: 10pt;
}

.ti {
	font-size: 14pt;
	font-weight: bold;
	color: rgb(0,0,0);
}

.chd {
	font-size: 9pt;
	color: rgb(255,255,255);
	background-color: rgb(153,51,153);
}

.cd1 {
	font-size: 9pt;
	color: rgb(51,102,255);
	background-color: rgb(221,238,255);
}

.cd2 {
	font-size: 9pt;
	color: rgb(51,102,255);
	background-color: rgb(255,255,255);
}

