﻿body 											{ font-family:Helvetica, Arial, "Lucida Grande", sans-serif; font-weight:normal; }
h1, 
h2, 
h3, 
h4, 
h5, 
h6 												{ font-family:Helvetica, Arial, "Lucida Grande", sans-serif; font-weight:normal; line-height:1.5 }
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a 											{ font-weight:inherit; }
h1 												{ font-size:32px; margin-bottom:14px; }
h2 												{ font-size:23px; margin-bottom:5px; }
h3 												{ font-size:21px; margin-bottom:5px; }
h4 												{ font-size:18px; margin-bottom:3px; }
h5 												{ font-size:16px; }
h6 												{ font-size:15px; }
p 												{ margin:0 0 20px 0; }
p img 											{ margin:0; }
p.lead 											{ font-size:21px; line-height:1.5; }
i,
em 												{ font-style:italic; }
b,
strong 											{ font-weight:bold; }
small 											{ font-size:80%; }



/* Smaller than 960 */
@media only screen and (max-width: 959px) {

}

/* Tablet Portait */
@media only screen and (min-width: 768px) and (max-width: 959px) {

h1 												{ font-size:26px; }
h2 												{ font-size:21px; }
h3 												{ font-size:19px; }
h4 												{ font-size:18px; }


}

/* All Mobile */
@media only screen and (max-width: 767px) {

h1 												{ font-size:24px; }
h2 												{ font-size:21px; }
h3 												{ font-size:19px; }

}

/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {

}
