@charset "utf-8";

/* Texts styles and class */
p, h1, h2, h3 {margin: 0; padding-bottom: 10px;}
p, ul, a {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
img {border: none;}
a img {border: none;}

h1 {
color: white;
font-size: 17px;
font-weight: bold;
padding-top: 4px;
}
h2 {
color: white;
font-size: 16px;
font-weight: bold;
padding-top: 4px;
}
h3 {
color: #C00;
font-size: 15px;
font-weight: bold;
}


a {color: #a8d011;}
a:hover {text-decoration: none;}

.green_text {color: #a8d011;}
.red_text {color: #c10e13;}
.white_text {color: white;}

.strong {font-weight: bold;}

.size14 {font-size: 14px;}
.size16 {font-size: 16px;}

.padbottom20 {padding-bottom: 20px;}
.padbottom15 {padding-bottom: 15px;}
.padbottom10 {padding-bottom: 10px;}

.padtop20 {padding-top: 20px;}
.padtop10 {padding-top: 10px;}
.padtop5 {padding-top: 5px;}

ul {margin: 0; padding: 0;}
ul li {list-style: none; color: black; font-size: 12px; padding: 0;}

.li_liston_green {list-style: square; color: #a8d011; font-weight: bold;}
.li_liston_white {list-style: square; color: white; font-weight: bold;}
.li_liston_black {list-style: square; color: black; font-weight: bold;}

.bt_createaccount {
display: block;
background-image: url(../site-images/siteV2/bt_background_red.png);
height: 27px; /* -10px */
width: 100%;
color: white;
font-weight: bold;
text-decoration: underline;
text-align: center;
padding-top: 10px;
}
.bt_knowmore {
display: block;
background-image: url(../site-images/siteV2/bt_background_grey.png);
height: 27px; /* -10px */
width: 100%;
color: black;
font-weight: bold;
text-decoration: underline;
text-align: center;
padding-top: 10px;
}

.bt_createaccount:hover, .bt_knowmore:hover {text-decoration: none;}

.spacingulindex {padding-top: 6px; padding-bottom: 12px;}
