﻿html, body
{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    
}
body
{
	font-size: 12px;
	color: Black;
	font-family: Verdana, Arial, Times New Roman;
	background-color: White;
}
a
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: #525fee;
	text-decoration: underline;
}
a:visited
{
}
a:active
{
	text-decoration: none;
}
img
{
	border: none;
}
td
{
	font-size: 12px;
}
tr
{
	font-size: 12px;
}
table
{
	font-size: 12px;
}
p
{
	font-family: Arial, Sans Serif;
	font-size: 12px;
	color: Black;
	margin-top: 0px;
	margin-bottom: 5px;
}
input, textarea, select, option
{
	font-family: Arial, Sans Serif;
	font-size: 12px;
	color: Gray;
	margin: 0px 0px 2px 0px;
	padding: 2px;
	background-color: White;
	border: solid 2px #A0A0A0;
}
ul
{
	list-style-image: url(../gfx/bullet_disc.gif);
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 0px;
}
h1, h2, h3
{
	font-family: Arial, Sans Serif;
	font-size: 24px;
	font-weight: normal;
}
h1
{
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 24px;
	text-transform: uppercase;
}
h2
{
	font-size: 17px;
	margin-top: 3px;
	margin-bottom: 12px;
	line-height: 20px;
}
h3
{
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 5px;
	line-height: 17px;
	font-weight: bold;
}