/* CSS Document */
/* Custom Styles */
.title{
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 24px;
  color: #000000;
}

.subtitle{
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 16px;
        font-weight: bold;
  color: #000000;
}

.content{
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: Tahoma, Verdana, Helvetica;
  	font-size: 30px;
	line-height: 30px;
	color: #000000;
}

h2 {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
  	color: #000000;
}

h3{
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 22px;

  color: #000000;
}

h4{
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 18px;

  color: #000000;

}

body {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
