/*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;
	line-height:1.6; 
	font-size:12px;
}
p{
margin-bottom:20px;
color:#094f8a;
}
.tag
{
	font-family:"Lucida Grande",Arial,"Lucida Sans Unicode",Verdana,sans-serif,Tahoma;
	line-height:1.6; 
	font-size:12px;
	color:#fff;
}
.menu
{
	font-family:"Lucida Grande",Arial,"Lucida Sans Unicode",Verdana,sans-serif,Tahoma;
	line-height:1.6; 
	font-size:14px;
	font-weight: bold;
	color:#ffffff;
	padding-left: 0px;
	padding-right: 0px;
}
ul {list-style-type:square; margin:10px 0 20px 35px;}
ol {list-style-type:decimal; margin:10px 0 0 35px;}

h1 {font-size:34px; margin-bottom:12px; font-family: Arial, "Lucida Grande", Verdana, sans-serif;}
h2 {font-size:26px; margin-bottom:10px; font-family: Arial, "Lucida Grande", Verdana, sans-serif;}
h3 {font-size:18px; margin-bottom:8px; font-family: Arial, "Lucida Grande", Verdana, sans-serif;}
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:12px; margin-bottom:10px; font-family: Arial, "Lucida Grande", Verdana, sans-serif;}

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

a:link {
	text-decoration: none;
	color: #2a4e64;
}
a:visited {
	text-decoration: none;
	color: #2a4e64;
}
a:hover {
	text-decoration: none;
	color: #2a4e64;
}
a:active {
	text-decoration: none;
	color: #2a4e64;
}