@charset "UTF-8";
/* CSS Document */
body{font-family: 'Roboto', sans-serif;
}
.bg1old {
    background-color: #1D046D;
}
.bg1 {
    background-color: #121A40;
}
.bg2 {
    background-color: #F7F5FB;
}
.bg3 {background-color: #E4F6FD; }

.bg4 {background-color: #F5F5F5; }

h1, h4 {font-family: 'Raleway', sans-serif;
}
h4 {font-weight: bold; 
font-size: 1.1em; }

.news {
    border: 1px solid #C9C7C7;
}
.pam {
    border: 1px solid #201C6D;
}

.fa {
    color: #ffffff;
    margin-top: 10px;
}
p {font-size: .90em; }

dt {font-size: .90em;
    font-weight: normal; 
    text-indent: 15px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.chapter {font-weight: bold; }

.btm-rule {
    border-bottom: thin solid #E0DDDD; }

footer {color: #FFFFFF; }

footer a {color: #FFFFFF; text-decoration: none; }

footer a:hover {
    color: #88D7FF;
    text-decoration: none;
}
.store {
	border: thin solid #7F7F7F;
}
.salesheets {
position: relative;
	height: 1700px;
  overflow-y: scroll; 
}
.fixed h4 { 
 bottom: 20px; 
         right: 20px; 
	z-index: 100;
         } 
.store-btn {background: #E51216; color: #fff; font-size: 18px; font-weight: bold;}


