@charset "UTF-8";
/* CSS Document */




h1,  h2,  h3,  p,  ul,  li,  strong {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
h1 {
    padding-top: 0px;
    margin-bottom: -5px;
}
h2 {
    padding-top: 20px;
    margin-bottom: 0px;
}
h3 {
    padding-top: 10px;
    padding-bottom: 0px;
}

li {
    padding-top: 5px;
    padding-bottom: 5px;
}





p,  ul,  li,  strong {

	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
