/* CSS Document */
.title {
	font-family: Palatino Linotype, Times New Roman, serif
  	font-size: 24px;
	line-height: 30px;
	color: #000000;
}

.subtitle {
	font-family: Palatino Linotype, Times New Roman, serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
  	color: #000000;
}

.header {
	font-family: Palatino Linotype, Times New Roman, serif;
	font-size: 24px;
	background-color: #006666;
  color: #000000;
}

body {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}