/* CSS Document */
/* Custom Styles */
.title{
	font-family: Georgia, Times New Roman, serif;
	font-size: 30px;
                color: #d50000;
}

.subtitle{
	font-family: Georgia, Times New Roman, serif;
	font-size: 23px;
                color: #d50000;
}

.content{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
  	font-size: 30px;
	line-height: 30px;
	color: #d50000;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
  	color: #d50000;
}

h3{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
                color: #d50000;
}

h4{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
                color: #d50000;
}

body, p {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

ul {margin: 0px 0px;}

ul li {padding: 0px 0px;}

