/* CSS Document */

/* Editor Styles */
.title1L_orange{
font-family: Georgia, serif;
font-size: 30px;
color: #e67517;
font-weight: bolder;
line-height: 30px;
}

.title1L_blue{
font-family: Georgia, serif;
font-size: 30px;
color: #002893;
font-weight: bolder;
line-height: 30px;
}

.title1L_green{
font-family: Georgia, serif;
font-size: 30px;
color: #006600;
font-weight: bolder;
line-height: 30px;
}

.title2L_orange{
font-family: Lucida sans, sans-serif;
font-size: 30px;
color: #e67517;
font-weight: bolder;
line-height: 30px;
}

.title2L_blue{
font-family: Lucida sans, sans-serif;
font-size: 30px;
color: #002893;
font-weight: bolder;
line-height: 30px;
}

.title2L_green{
font-family: Lucida sans, sans-serif;
font-size: 30px;
color: #006600;
font-weight: bolder;
line-height: 30px;
}

/*Medium Titles*/
.title1M_orange{
font-family: Georgia, serif;
font-size: 20px;
color: #e67517;
font-weight: bolder;
line-height: 20px;
}

.title1M_blue{
font-family: Georgia, serif;
font-size: 20px;
color: #002893;
font-weight: bolder;
line-height: 20px;
}

.title1M_green{
font-family: Georgia, serif;
font-size: 20px;
color: #006600;
font-weight: bolder;
line-height: 20px;
}

.title2M_orange{
font-family: Lucida sans, sans-serif;
font-size: 20px;
color: #e67517;
font-weight: bolder;
line-height: 20px;
}

.title2M_blue{
font-family: Lucida sans, sans-serif;
font-size: 20px;
color: #002893;
font-weight: bolder;
line-height: 20px;
}

.title2M_green{
font-family: Lucida sans, sans-serif;
font-size: 20px;
color: #006600;
font-weight: bolder;
line-height: 20px;
}

/*Small Titles*/
.title1S_orange{
font-family: Georgia, serif;
font-size: 13px;
color: #e67517;
font-weight: bolder;
line-height: 20px;
}

.title1S_blue{
font-family: Georgia, serif;
font-size: 13px;
color: #002893;
font-weight: bolder;
line-height: 20px;
}

.title1S_green{
font-family: Georgia, serif;
font-size: 13px;
color: #006600;
font-weight: bolder;
line-height: 20px;
}

.title2S_orange{
font-family: Lucida sans, sans-serif;
font-size: 13px;
color: #e67517;
font-weight: bolder;
line-height: 20px;
}

.title2S_blue{
font-family: Lucida sans, sans-serif;
font-size: 13px;
color: #002893;
font-weight: bolder;
line-height: 20px;
}

.title2S_green{
font-family: Lucida sans, sans-serif;
font-size: 13px;
color: #006600;
font-weight: bolder;
line-height: 20px;
}


.body {
font-family: Lucida sans;
font-size: 10pt;
font-weight: 250;
line-height: 17px;
}

/*List Styles */

.li {
margin: 10px 0px 5px 20px;
}

.ul1_blue{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.ul1_green{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.ul1_orange{
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: 10px;
}

h2 {
font-family: Georgia, serif;
font-size: 26px;
font-weight: bold;
color: #000000;
line-height: 5px;
}

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;
}

