@font-face {
    font-family: Lato-Regular;
    src: url('Lato-Regular.ttf');
}

body{font-size:15px; font-family:Lato-Regular;}

.myBold {font-weight:bold;}
.myItalic {font-style:italic;} /* fontStyle:Italic */
.myUnderline {text-decoration:underline;}
.myStrikethrough {text-decoration:line-through;}
.myAlignLeft {text-align:left;} /* textAlign:Left */
.myAlignCenter {text-align:center;} /* textAlign:Center */
.myAlignRight {text-align:right;} /* textAlign:Right */
.myH1 {
font-size: 24px; /* fontSize:24 */
margin-top:11px; /* paragraphSpaceBefore:11 */
margin-bottom:11px; /* paragraphSpaceAfter:11 */
clear:both; /* clearFloats:Both */
}
.myH2 {
font-size: 22px; /* fontSize:22 */
margin-top:13px; /* paragraphSpaceBefore:13 */
margin-bottom:13px; /* paragraphSpaceAfter:13 */
font-weight:bold; /* fontWeight:Bold */
clear:both; /* clearFloats:Both */
}
.myH3 {
font-size: 18px; /* fontSize:18 */
margin-top:16px; /* paragraphSpaceBefore:16 */
margin-bottom:16px; /* paragraphSpaceAfter:16 */
font-weight:bold; /* fontWeight:Bold */
clear:both; /* clearFloats:Both */
}
.myH4 {
font-size: 16px; /* fontSize:16 */
margin-top:21px; /* paragraphSpaceBefore:21 */
margin-bottom:21px; /* paragraphSpaceAfter:21 */
font-weight:bold; /* fontWeight:Bold */
clear:both; /* clearFloats:Both */
}
.myH5 {
font-size: 12px; /* fontSize:12 */
margin-top:25px; /* paragraphSpaceBefore:25 */
margin-bottom:25px; /* paragraphSpaceAfter:25 */
font-weight:bold; /* fontWeight:Bold */
clear:both; /* clearFloats:Both */
}
.myH6 {
font-size: 10px; /* fontSize:10 */
margin-top:30px; /* paragraphSpaceBefore:30 */
margin-bottom:30px; /* paragraphSpaceAfter:30 */
font-weight:bold; /* fontWeight:Bold */
clear:both; /* clearFloats:Both */
}
div {
margin-top:0px; /* paragraphSpaceBefore:0 */
margin-bottom:0px; /* paragraphSpaceAfter:0 */
}
.myTitle {
clear:both; /* clearFloats:Both */
font-size: 28px; /* fontSize:28 */
margin-top:11px; /* paragraphSpaceBefore:11 */
margin-bottom:11px; /* paragraphSpaceAfter:11 */
/*
border-bottom:1px solid #ddd; padding-bottom:10px;
*/
}
.myTitle2 {
font-size:30px; 
font-weight:bold; 
text-transform:uppercase; 
line-height:35px;
margin-bottom:20px; /* paragraphSpaceAfter:11 */
clear:both; /* clearFloats:Both */
}
.mySubTitle {
clear:both; /* clearFloats:Both */
font-size: 18px; /* fontSize:18 */
margin-top:12px; /* paragraphSpaceBefore:12 */
margin-bottom:32px; /* paragraphSpaceAfter:32 */
font-weight:bold; /* fontWeight:Bold */
letter-spacing:1px; /* trackingRight:1 */
} /* &mdash; */
.currentStandardHighlight {
font-weight:bold; 
color:#a379a3;
}
.myHighlight {
background-color:#fbeeab; /* backgroundColor */
font-size: 14px; /* fontSize:14 */
/*
line-height:20px;
padding:1px 10px 2px 0px;
*/
}
.myHighlight:before {content:"\2014";}
.myStyleHighlight {
color:#658db5;
}
.myWhiteText {
color:#fff;
}
.myStyleHighlightStandard {
color:#a47aa4;
}
.myIndentSm{
margin-left:23px; /* paragraphStartIndent:23 */
clear:both; /* clearFloats:Both */
}
.myIndent{
margin-left:65px; /* paragraphStartIndent:65 */
clear:both; /* clearFloats:Both */
}
.myOutdent {
margin-left:15px; /* paragraphStartIndent:15 */
clear:both; /* clearFloats:Both */
} 
.mySecondaryText {
font-size:18px; /* fontSize:18 */
color:#939393;  /* color:#939393 */
font-style:italic; /* fontStyle:Italic */
} /* &mdash; */


.myBackground {background-color:#ddd; padding:2px 2px 2px 2px; }
.mySubTitle2 {font-size: 24px; margin:12px 0px 32px 0px; font-weight:bold; display:block;
padding-bottom:10px; margin-bottom:20px; font-style:italic; font-family:Lato-Regular;line-height:20px;
color:#5d5d5d;} /* &mdash; */
.mySecondaryText2 {font-size: 16px; font-family:Lato-Regular;} /* &mdash; */
.myHighlight2 {background-color:#fbeeab; padding:1px 10px 2px 0px; font-size: 14px; font-family:Lato-Regular; line-height:20px;}
.myHighlight2:before {content:"\2014";}
.myOutdent2 {padding-left:15px;}

.myBackgroundColor{background-color:#fbeeab; padding:2px 10px 2px 0px; }
.myBlockTitle {font-size: 16px; margin:16px 0px; display:inline-block; border-bottom:1px solid #ddd; padding:0px 20px 5px 0px; font-family:Lato-Regular;}
.myBlockLeft {border-left:10px solid orange; padding-left:10px;}
.myDefaultColor {background-color:transparent;}
.myAccentColor1 {color:#c48600; font-size:20px; font-style:italic; font-family:Lato-Regular;
 margin:10px 40px 10px 0px; display:block; padding:5px 0px; /* border-top:2px solid #ddd; border-bottom:2px solid #ddd; */}
.myAccentColor2 {background-color:#c48600; color:#fff; padding:3px 10px; line-height:18px;}