﻿/* GLOBAL BROWSER RESETS */
body, div, p, ul, li, fieldset, legend, label,
h1, h2, h3, h4, h5, h6, blockquote, span
{
	margin: 0px;
	padding: 0px;	
}

body
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;	
	line-height:1.5em;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Sans-Serif;	
}
h1
{	
	color:Black;
	font-size:20px;
	font-weight:normal;
	line-height:1.4em;
	margin:8px 0;
}
h2
{
	margin: 4px 0px;
	color:#4E6475;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
}
h3
{
	margin-bottom:2px;
	color:black;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}
h4
{
	color:#79A335;
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0px;
}
p
{
	line-height:18px;
	padding-bottom:13px;
}
img
{
	border: 0px;
}
a
{	
	color:#005bbe;
	outline:none;
	text-decoration:underline;
}
fieldset
{
	border: none;
}
ul
{
	padding-bottom:8px;
	margin-left:10px;
}
ol
{
	padding-bottom:13px;
	padding-left:20px;
	margin:0;
	margin-left:10px;
}
li
{
	line-height:1.5em;
}
ol li
{
	padding-bottom:7px;
}
ul li
{
	margin-left:16px;
}
table, tr, td
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}
table
{
	padding-bottom:10px;
}
table td
{
	padding:4px;
}
.ingress
{
	font-size:14px;
}