﻿/* GLOBAL BROWSER RESETS */
body, div, p, ul, li, fieldset, legend, label,
h1, h2, h3, h4, h5, h6, blockquote, span {
	margin: 0px;
	padding: 0px;	
    }
    
body {
	color: black;
	font-family: Georgia, serif;
	font-size: 12px;	
    }

h1 {
	color:#000000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
    }

h2,
h2 a,
h2 a:hover {
	font-size: 16px;
	font-weight: normal;
	text-decoration:none;
    }
    
h3 {
	font-size: 13px;
	padding:8px 0 4px;
    }
p {
	padding: 0 0 13px;
	line-height:18px;
    }
    
img { border: 0px; }

a {
	color: #990000;
	outline:none;
	text-decoration: underline;
    }
    a:hover { text-decoration: underline; }

fieldset { border: none; }

label { font-size: 12px; }

ul { margin-bottom:8px; }

ol {
	padding-bottom:13px;
	padding-left:30px;
	margin:0;
    }
    li { line-height:19px; }
    ol li { padding-bottom:7px; }
    ul li { margin-left:20px; }

table, tr, td {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
    }

table { margin-bottom:13px; }
    table td p { padding:0; }

.ingress {
	color:#666666;
	font-size:14px;
    }
