﻿html, body
{
	height: 100%;
}
body
{
	margin: 0px;
	background: #22155a;
	min-width: 787px;
	background-image: url(../../Images/vertgrad.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
	font-family: Arial, Tahoma;
	font-size: 0.9em;
}
h1, h2, h3, h4, h5
{
	margin: 0px;
}
h1, h2
{
	padding: 7px 0px 10px 0px;
}
h1
{
	font-size: 1.4em;
}
h2
{
	font-size: 1.2em;
}
h3
{
	font-size: 0.8em;
	padding-bottom: 2px;
}
h4
{
	font-size: 0.7em;
	text-transform: capitalize;
}
h5
{
	font-size: 1em;
	display: inline;
	font-style: italic;
}
p
{
	margin: 0px 0px 6px 0px;
}
li
{
	list-style-image: url(../../Images/li.gif);
}
a
{
	font-family: Arial, Tahoma;
	font-size: 1.05em;
	font-weight: bold;
	color: #330099;
	text-decoration: none;
}
p, ul
{
	font-family: Arial, Tahoma;
	font-size: 0.8em;
	color: #333333;
}
