﻿.LMISidebarStylesCustom-SideBarHeader
{
	display:block;
	font-family: Georgia, Serif;
	font-size: 24px;
	line-height: 20px;
	color: #4B478A;
	margin: 0;
	/*padding-left: 16px;
	padding-right: 16px;*/
	padding-bottom: 10px;
}
.LMISidebarStylesCustom-SideBarParagraph
{
	display:block;
	/*padding-left: 16px;
	padding-right: 16px;*/
	margin: 0;
	padding-bottom: 10px;
}
a.LMISidebarStyles
{
	color: #4D4D4D;
}
.TopSummaryStylesCustom-Summary
{
	display:block;
	color: #6571A7;
	padding: 25px 50px 15px 50px;
}
.MainContentStylesCustom-ArticleTitle, .ms-rteCustom-ArticleTitle
{
	font-weight: bold;
	font-family: Arial; 
	font-size: 14pt; 
	color: #000000;
	text-transform: capitalize;
}
.MainContentStylesCustom-ArticleByline, ms-rteCustom-ArticleByline
{ 
    font-family: Arial; 
    font-style: italic;
    font-size: 10pt; 
    color: #000000; 
}
.MainContentStylesCustom-ArticleHeadLine, .ms-rteCustom-ArticleHeadLine
{
	font-size: 12pt; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

/* special case where the section header got included in a p tag.  Switch to block display and suck in the bottom margin to 
counteract the p tag. */
p span.ms-rteCustom-SectionHeader, p span.ms-rteCustom-ArticleHeadLine {
	display: block;
	margin-bottom: -1em;
	padding-bottom: 0;	
}
p span.ms-rteCustom-ArticleTitle {
	display: block;
	margin-bottom: -0.9em;
	padding-bottom: 0;	
}
h5 {
	margin-bottom: -0.1em;
	padding-bottom: 0;	
}


.MainContentStylesCustom-SectionHeader, .ms-rteCustom-SectionHeader
{
	font-size: 12pt; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}
.MainContentStylesCustom-Quote, .ms-rteCustom-Quote
{
display: block;
background: url(/Style%20Library/en-us/Images/left_quote_purple.gif) no-repeat;
font-family: "Courier New", Courier, monospace;
text-align: justify;
padding-left:25px;
padding-right: 20px;
margin-left: 20px;
margin-right: 20px;
}
.MainContentStylesCustom-Spanish, .ms-rteCustom-Spanish
{
border: 1px gray dashed;
padding: 2px;
background-color: #EEE;
}
.MainContentStylesCustom-PageSource, .ms-rteCustom-PageSource
{
font-size: 90%;
text-align: center;
display: block;
}
.MainContentStylesCustom-ReadMore, .ms-rteCustom-ReadMore
{
display: block;
text-align: right;
}