/* CSS Document */
/* Custom Styles */






.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	background-color: #006666;
                color: #000000;
}

.Times-New-Roman-24pt-Blk{
	font-family: 'Times New Roman', Helvetica, sans-serif;
	font-size: 24pt;
	background-color: #ffffff;
                color: #000000;
}

.Times-New-Roman-10pt-Blk{
	font-family: 'Times New Roman', Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
                color: #000000;
}

.Times-New-Roman-12pt-Blk{
	font-family: 'Times New Roman', Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #ffffff;
                color: #000000;
}
.Times-New-Roman-12pt-Blue{
	font-family: 'Times New Roman', Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #ffffff;
                color: #0000FF;
}

.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
  color: #000000;
}

.content{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
                line-height: 15px;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 30px;
	line-height: 30px;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
  	color: #000000;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;

  color: #000000;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;

  color: #000000;
}

body, p {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
