﻿/* GLOBAL BROWSER RESETS */
body, div, p, ul, ol, li, fieldset, legend, label,
h1, h2, h3, h4, h5, h6, blockquote, span
{
	padding: 0px;
	margin: 0px;
}

body
{
	
	font-family: Arial;
	font-size: 13px;
	color: #3F3F3F;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Arial;
	font-weight: normal;
}

h1
{
	font-size: 18px;
	padding: 10px 0px;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
}

h3
{
	font-size: 14px;
	line-height: 1.8em;
}

h4
{
	color: Green;
}

h5
{
	color: Blue;
}

h6
{
	color: Blue;
}

p
{
	padding: 7px 0px;
}

img
{
	border: 0px;
}

a
{
	color: #002497;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

fieldset
{
	border: none;
}

label
{
	font-size: 12px;
}

.Ingress
{
	font-weight: bold;
	font-style: italic;
}

ul,
ol
{
	margin-left: 25px;
}

li
{
	margin-left: 20px;
}

.clear,
.Clear
{
	clear: both;
}