/* CSS Document */
.title {
	font-family: Arial;
  	font-size: 24px;
	line-height: 30px;
	color: #000000;
}

.subtitle {
	font-family: Arial;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  	color: #000000;
}

.header {
	font-family: Verdana;
	font-size: 24px;
	background-color: #006666;
  color: #000000;
}

body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


