/* CSS Document */
/* Custom Styles */
.title{
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
                color: #000000;
}

.subtitle{
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
                color: #000000;
}

.content{
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.announcementTitle {
               font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
               font-size: 14px;
               font-weight: bold;
               color: #000000;
               line-height: 40px;
}

.announcementsText {
               font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
               font-size: 12px;
               font-weight: normal;
               color: #000000;
               padding: 0px 0px 30px 0px;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  	font-size: 30px;
	line-height: 30px;
}

h2 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
}

h3{
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

h4{
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h5 {
               font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
               font-size: 14px;
               font-weigt: bold;
}

body, p {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


