/* CSS Document */
/* Custom Styles */
.title{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
                font-weight: bold;
                color:#990000
}

.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        color: #000000;
        font-weight: bold;
}

.content{
	font-family: Tahoma, Arial; sans-serif;
	font-size: 12px;
	font-weight: normal;
        line-height: 18px;
	color: #333333;
}

.calendar{
	font-family: Tahoma, Arial; sans-serif;
	font-size: 10px;
	font-weight: normal;
        line-height: 12px;
	color: #333333;
}



.doublespace{
	font-family: Tahoma, Arial; sans-serif;
	font-size: 12px;
	font-weight: normal;
        line-height: 28px;
	color: #333333;
}
.emphasis{
	font-family: Tahoma, Arial; sans-serif;
	font-size: 11px;
	font-weight: bold;
        line-height: 12px;
	color: #990000;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
  	font-weight: bold;
	color: #000066;
}

h2 {
	font-family: Arial, Helvetica;
        	color: #000066;
                 line-height: 28px;
}

h3{
	font-family: Arial, Helvetica;
                color: #000066;
}

h4{
	font-family: Arial, Helvetica;
                color: #000066;
}
body, p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
                line-height: 18px;
	font-weight: normal;
	color: #000000;
}


table{
                font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
                line-height: 18px;
	font-weight: normal;
	color: #000000;

}

li{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
                line-height: 18px;
	font-weight: normal;
	color: #000000;
}

ul c-list{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}

