/*Elements Developed by Ben Henschel*/
/*Typography.css*/

body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea
{
	/* font-family:"Lucida Grande",Arial,"Lucida Sans Unicode",Verdana,sans-serif,Tahoma; */
	font-family:"Trebuchet MS", Arial, sans, sans-serif;
	line-height:1.6; 
	font-size:1em;
	color:#000000;
}

ul {list-style-type:square;}
ol {list-style-type:decimal;}

h1 {font-size:2.4em; margin-bottom:12px; font-weight:400; font-family: "Times New Roman",Times, serif; color:#666;}
h2 {font-size:22px; margin-bottom:10px; font-family: Arial, "Lucida Grande", Verdana, sans-serif;font-weight:400; color:#333;}
h3 {font-size:18px; margin-bottom:8px; font-family: "Times New Roman",Times, serif; border-bottom:solid 1px #9c9;font-weight:400; color:#333;}
h4 {font-size:16px; margin-bottom:5px; font-weight:bold; font-family: Arial, "Lucida Grande", Verdana, sans-serif;}
h5 {font-size:14px; margin-bottom:5px; font-weight:bold; font-family: Arial, "Lucida Grande", Verdana, sans-serif;}
h6 {font-size:14px; margin-bottom:5px; font-family: Arial, "Lucida Grande", Verdana, sans-serif;}
p { margin-bottom:10px; line-height:1.4em;}

blockquote  { margin: 0 0 18px 18px; color: #666; font-style: italic; }
b,strong {font-weight: bold;}
em {font-style:italic;}
