﻿html, body, div, span, fieldset, ul, ol, li, h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}

html, body
{
	height: 100%;
	width: 100%;
}

body
{
    font-size: 0.75em;
    font-family: Arial, sans-serif;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

h1
{
    font-size: 2em;
}

h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

/*
a.banner:link, a.banner:visited, a.banner:active, a.banner:hover
{
	border:none 0px white;
	cursor:hand;
}
*/
a:hover, a:visited, a:link, a:active
{
    text-decoration: none !important;
}

img.Banner
{
	border:none 0px white;
	cursor:hand;
}

