/* CSS Document */
/* Editor Styles */
.title1L_brown{
font-family: Georgia, serif;
font-size: 30px;
color: #a36d0d;
font-weight: bolder;
line-height: 35px;
}

.title1L_blue{
font-family: Georgia, serif;
font-size: 30px;
color: #6d88bf;
font-weight: bolder;
line-height: 35px;
}

.title1L_green{
font-family: Georgia, serif;
font-size: 30px;
color: #006600;
font-weight: bolder;
line-height: 35px;
}

.title2L_brown{
font-family: Lucida sans, sans-serif;
font-size: 30px;
color: #a36d0d;
font-weight: bolder;
line-height: 35px;
}

.title2L_blue{
font-family: Lucida sans, sans-serif;
font-size: 30px;
color: #6d88bf;
font-weight: bolder;
line-height: 35px;
}

.title2L_green{
font-family: Lucida sans, sans-serif;
font-size: 30px;
color: #006600;
font-weight: bolder;
line-height: 35px;
}

/*Medium Titles*/
.title1M_brown{
font-family: Georgia, serif;
font-size: 20px;
color: #a36d0d;
font-weight: bolder;
}

.title1M_blue{
font-family: Georgia, serif;
font-size: 20px;
color: #6d88bf;
font-weight: bolder;
}

.title1M_green{
font-family: Georgia, serif;
font-size: 20px;
color: #006600;
font-weight: bolder;
}

.title2M_brown{
font-family: Lucida sans, sans-serif;
font-size: 20px;
color: #a36d0d;
font-weight: bolder;
}

.title2M_blue{
font-family: Lucida sans, sans-serif;
font-size: 20px;
color: #6d88bf;
font-weight: bolder;
}

.title2M_green{
font-family: Lucida sans, sans-serif;
font-size: 20px;
color: #006600;
font-weight: bolder;
}

/*Small Titles*/
.title1S_brown{
font-family: Georgia, serif;
font-size: 13px;
color: #a36d0d;
font-weight: bolder;
}

.title1S_blue{
font-family: Georgia, serif;
font-size: 13px;
color: #6d88bf;
font-weight: bolder;
}

.title1S_green{
font-family: Georgia, serif;
font-size: 13px;
color: #006600;
font-weight: bolder;
}

.title2S_brown{
font-family: Lucida sans, sans-serif;
font-size: 13px;
color: #a36d0d;
font-weight: bolder;
}

.title2S_blue{
font-family: Lucida sans, sans-serif;
font-size: 13px;
color: #6d88bf;
font-weight: bolder;
}

.title2S_green{
font-family: Lucida sans, sans-serif;
font-size: 13px;
color: #006600;
font-weight: bolder;
}


.body {
font-family: Lucida sans;
font-size: 10pt;
font-weight: 250;
line-height: 17px;
}

/*List Styles */

.ul1_blue{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.ul1_green{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.ul1_brown{
list-style-type: none;
padding: 0px;
margin: 0px;
}


/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
font-family: Georgia, serif;
font-size: 30px;
color: #000000;
line-height: 30px;
}

h2 {
font-family: Georgia, serif;
font-size: 26px;
font-weight: bold;
color: #000000;
line-height: 30px;
}

h3 {
font-family: Lucida sans-serif;
font-size: 22px;
color: #000000;
}

h4 {
font-family: Lucida sans-serif;
font-size: 18px;
color: #000000;
}

body, p {
font-family: Lucida sans, sans-serif;
color: #000000;
font-size: 10pt;
font-weight: 250;
line-height: 17px;
}

