/* CSS Document */
/* Custom Styles */
.title{
	font-family: Verdana;
	font-size: 14px;
                    font-weight: bold;
	color: #000000;
}

.subtitle{
	font-family: Verdana;
	font-size: 12px;
                    font-weight: bold;
                    color: #000000;
}

.content{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: Verdana;
  	font-size: 14px;
	line-height: 12px;
	color: #000000;
                padding:5px 0px 5px 0px;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
  	color: #000000;
                padding:5px 0px 5px 0px;
}

h3{
	font-family: Verdana;
	font-size: 10px;
                color: #000000;
                padding:5px 0px 5px 0px;
}

h4{
	font-family: Verdana;
	font-size: 10px;
                color: #000000;
                padding:3px 0px 3px 0px;
}

body {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
