﻿html, body
{
	background-color: #fff;
	color: #404040;
	padding: 0;
	margin: 0;
}

body, table, textarea, input, select
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
textarea
{
	font-family: "Courier New", Courier, Monospace;
	font-size: 12px;
}

div, table, img { border: none; margin: 0; padding: 0; }

td { vertical-align: top; }

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	color: #221188;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
h1	{ font-size: 20px; margin: 0 0 5px 0; }
h2	{ font-size: 16px; margin: 30px 0 3px 0; }
h3	{ font-size: 14px; margin: 25px 0 1px 0; }
h4	{ font-size: 12px; margin: 20px 0 0 0; }
h5	{ font-size: 11px; margin: 15px 0 0 0; }
h6	{ font-size: 10px; margin: 15px	0 0 0; }

p	{ margin: 7px 0 0 0; padding: 0; }

a, a:hover
{
	color: #ff4500;
	font-style: normal;
	text-decoration: none;
}
a:hover
{
	color: #e00;
	text-decoration: underline;
}

ul, ol
{
	margin: 7px 10px 0 15px;
	padding: 0;
}
li
{
	margin: 3px 0 0 18px;
	padding: 0;
}
ul li { padding-left: 6px; }
ol li { margin-left: 25px; }
ul ul, ol ol, ul ol, ol ul { margin-top: 2px; }


dl 
{
	margin: 15px 0 10px 0;
   padding: 0 0 0 30px;
}
dt
{
	color: #221188;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
   margin: 7px 0 0 0;
	text-decoration: none;
}
dd
{
	margin: 3px 0 0 0;
}

div.separator
{
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}