/* CSS Document */
/* Custom Styles */

/*
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
}

.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
  color: #000000;
}

.content{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
*/

/* Tag Custom Styles for headings and paragraphs in the editor. */

.name {
	font-family: Garamond;
  	font-size: 18pt;
	line-height: 30px;
	color: #70000c;
                padding:5px 0px 5px 0px;
}

.title {
	font-family: Garamond;
	font-size: 14pt;
	line-height: 22px;
	font-style: italic;
  	color: #000000;
                padding:5px 0px 5px 0px;
}

.headline{
	font-family: Garamond;
	font-size: 18pt;
                color: #70000c;
                padding:5px 0px 5px 0px;
}

.subhead{
	font-family: Tahoma;
        font-weight: bold;
	font-size: 12pt;
                color: #000000;
                padding:3px 0px 3px 0px;
}

.body {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
