/* ++++++++++++++++++++ DEFAULT STYLES ++++++++++++++++++++++ */
 OL {
    margin-left: 0.5em;
    padding-left: 1em;
}
UL {
    margin-left: 0.5em;
    padding-left: 1em;
}
a.tb:link {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
}
a.tb:visited {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
}
a.tb:hover {
    color: #9E6FDE;
    text-decoration: none;
    font-weight: normal;
}
a.tb:active {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
a.tb:focus {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
a.weblink:link {
    color: #CE992D;
    text-decoration: none;
    font-weight: normal;
}
a.weblink:visited {
    color: #CE992D;
    text-decoration: none;
    font-weight: normal;
}
a.weblink:hover {
    color: #E21F27;
    text-decoration: underline;
    font-weight: normal;
}
a.weblink:active {
    color: #CE992D;
    text-decoration: none;
    font-weight: normal;
}
a.quicklink:link {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
a.quicklink:visited {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
a.quicklink:hover {
    color: #e34f31;
    text-decoration: none;
    font-weight: normal;
}
a.quicklink:active {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
a.morelink:link {
    color: #C00;
    text-decoration: none;
    font-weight: bold;
}
a.morelink:visited {
    color: #C00;
    text-decoration: none;
    font-weight: bold;
}
a.morelink:hover {
    color: #006600;
    text-decoration: none;
    font-weight: bold;
}
a.morelink:active {
    color: #C00;
    text-decoration: none;
    font-weight: bold;
}
.IMGnoborder {
    display: block;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.IMGright {
    display: block;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: right;
    clear: none;
}
.IMGrightcard {
    display: block;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: right;
    clear: none;
}
.IMGrighthome {
    display: block;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: right;
    clear: none;
    padding-left: 40px;
    padding-bottom: 20px;
}
.IMGleftthome {
    display: block;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: left;
    clear: none;
    padding-right: 20px;
    padding-bottom: 40px;
}
.IMGnobord {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
a.bnb:link {
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 95%;
}
a.bnb:visited {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
a.bnb:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
a.bnb:active {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
a.wht:link {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 95%;
}
a.wht:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
	font-size: 95%;
}
a.wht:hover {
    color: #FF0;
    text-decoration: underline;
    font-weight: normal;
	font-size: 95%;
}
a.wht:active {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
	font-size: 95%;
}
a.whtul:link {
    color: #FFF;
    text-decoration: underline;
    font-weight: normal;
}
a.whtul:visited {
    color: #FFF;
    text-decoration: underline;
    font-weight: normal;
}
a.whtul:hover {
    color: #FF0;
    text-decoration: underline;
    font-weight: normal;
}
a.whtul:active {
    color: #FFF;
    text-decoration: underline;
    font-weight: normal;
}
a.blk:link {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
a.blk:visited {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
a.blk:hover {
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}
a.blk:active {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.NEWStitle {
    text-decoration: none;
    font-weight: bold;
    font-family: "Arial Narrow", Arial;
    font-size: 1.6em;
    color: #360;
}
.TXTleft {
    float: left;
    width: 270px;
    display: block;
    margin-right: 10px;
}
.TXTright {
    float: right;
    width: 270px;
    display: block;
    margin-left: 10px;
}
.LINKSbox {
    padding: 10px;
    width: 90%;
    border: 1px dashed #999;
}
.CTbold {
    font-weight: bold;
}
.CTitalics {
    font-weight: normal;
    font-style: italic;
}
.CTitalicsgrey {
    font-weight: normal;
    font-style: italic;
    color: #E1E1E1;
}
/* ++++++++++++++++++++ CQ STYLES ++++++++++++++++++++++ */
 @-webkit-keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.fade-in {
    opacity:0;
    /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
.fade-in.one {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.fade-in.two {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay:1.2s;
    animation-delay: 1.2s;
}
.fade-in.three {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
@media only screen and (min-width : 1024px) {
    img.IMGnobord {
        float: none;
        margin-left:auto;
        display:block;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}