@charset "utf-8";
/* CSS Document */
html, body{
font-family: Verdana;
font-size: .9em;
line-height: 1.2em;
letter-spacing: 0;
text-align: left;
word-spacing: normal;
text-decoration: none;
color: #444;
}
a{
color:#1d88bd;
text-decoration:none;
}
a:hover{
color:#1d88bd;
text-decoration:underline;
}

.size10 {font-size:77%;}
.size11 {font-size:85%;}  
.size13 {font-size:100%;}  
.size14 {font-size:107%;} 
.size16 {font-size:122%;}  
.size18 {font-size:136%;}
.size20 {font-size:152%;} 
.size22 {font-size:167%;}  
.size24 {font-size:182%;}
.size25 {font-size:189%;}
.size26 {font-size:197%;}
.sizeXXL {font-size:260%;}
.sizeSuper {font-size:300%;}

.lh1{ line-height:1em;}
.lh2{ line-height:1.2em;}
.lh3{ line-height:1.4em;}
.lh4{ line-height:1.6em;}
.lh5{ line-height:1.8em;}
.lh6{ line-height:2em;}

.mb1{margin-bottom:10px}
.mb2{margin-bottom:15px}
.mb3{margin-bottom:20px}

.ital{
font-style:italic
}
.mono {font-family:monospace;}   
.georgia {font-family:georgia;}   
.verdana {font-family:verdana;}   
.times {font-family:times;}
.grey {color:#727272;}
.ltgrey {color:#dde2ed;}
.green {color:#007229;}
.blue {color:#1275b6;}
.red {color:#c84646;}
.orange {color:#f8991e;}
.bold {font-weight:bold;}
.white {color:#fff;}
.black {color:#444;}

.list1 li{
padding:0 0 0 20px;
background-image:url(./images/uploads/check_blue.png);
background-repeat:no-repeat;
background-position:left top;
}
.list2 li{
padding:0 0 0 40px;
margin:0 0 20px 40px;
background-image:url(./images/uploads/dot_blue.png);
background-repeat:no-repeat;
background-position:left top;
}
.list3 li{
padding:0 0 0 40px;
margin:0 0 5px 20px;
background-image:url(./images/uploads/dot_blue.png);
background-repeat:no-repeat;
background-position:left top;
}
.list4 li{
padding:0 0 0 20px;
background-image:url(./images/uploads/check_green.png);
background-repeat:no-repeat;
background-position:left top;
}