/* CSS Document */
.title {
	font-family: Kunstler Script;
  	font-size: 50px;
	line-height: 30px;
	font-weight: bold;
	color: #012184;
}

.subtitle {
	font-family: Kunstler Script;
	font-size: 35px;
	line-height: 22px;
	font-weight: bold;
  	color: #012184;
}

h1 {
	font-family: Kunstler Script;
  	font-size: 50px;
	line-height: 30px;
	font-weight: bold;
	color: #012184;
}

h2 {
	font-family: Kunstler Script;
	font-size: 35px;
	line-height: 22px;
	font-weight: bold;
  	color: #012184;
}

h3 {
	font-family: Kunstler Script;
	font-size: 30px;
	line-height: 22px;
	font-weight: bold;
  	color: #012184;
}

h4 {
	font-family: Kunstler Script;
	font-size: 27px;
	line-height: 22px;
	font-weight: bold;
  	color: #012184;
}

h5 {
	font-family: Kunstler Script;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
  	color: #012184;
}




.content {
	font-family: Times New Roman, Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
body, td, p,div {
	font-family: Times New Roman, Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}