/*== Alignment Styles == */ .acenter { text-align: center; } .aleft { text-align: left; } .aright { text-align: right; } /*== Font Styles== */ .fontBold { font-weight: bold; } .fontItalic { font-style: italic; } .fontSmallCaps { font-variant: small-caps; } .fontXlarge { font-size: 130%; } .fontLarge { font-size: 115%; } .fontSmall { font-size: 90%; } .fontXsmall { font-size: 80%; } .fontDarkRed { color: #772432; } .fontPrimaryBlue, .fontNavy { color: #003F72; } .fontPrimaryRed { color: #c4262e; } .fontVibrant01 { color: #5261ac; } .fontVibrant02 { color: #ffcf01; } .fontVibrant03 { color: #fbb161; } .fontVibrant04 { color: #0194d3; } .fontVibrant05 { color: #a1a1a4; } .fontVibrant06 { color: #c0ae00; } .fontVibrant07 { color: #7ac143; } .fontVibrant08 { color: #f78f1e; } .fontVibrant09 { color: #00afdb; } .fontVibrant10 { color: #fdb913; } .fontVibrant11 { color: #e2e477; } .fontVibrant12 { color: #e31b23; } .fontWhite { color:#ffffff; } .fontBlack { color:#000000; } /*== Image Styles ==*/ img.imgrt { float: right; border: none !important; padding: 0px 0px 8px 8px; } img.imglt { float: left; border: none !important; padding: 0px 8px 8px 0px; } img.responsive { max-width: 100%; } /*== List Styles ==*/ ol.decimalLeadingZero { list-style-type: decimal-leading-zero; } ol.lowerAlpha { list-style-type: lower-alpha; } ol.lowerRoman { list-style-type: lower-roman; } ol.upperAlpha { list-style-type: upper-alpha; } ol.upperRoman { list-style-type: upper-roman; } .olist { list-style-position: outside; padding-left: 40px; } ol.spacedList li, ul.spacedList li { margin-bottom: 1.25em; } ul.outside { list-style-position: outside; } ul.borderList li { list-style-type: none; border-top: 1px dotted #ccc; display: block; /*padding: .5em 0 0;*/ padding: 0.25em 0; overflow: hidden; } ul.circle { list-style-type: circle; } ul.disc { list-style-type: disc; } ul.noBullet li { list-style-type: none; display: block; /*padding: .5em 0 0;*/ padding: 0.15em 0; overflow: hidden; } ul.square { list-style-type: square; }