html, body
{
	background-color: #fff;
	color: #555566;
	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: #555566;
	font-family: "Trebuchet MS", 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;
}
a.bookmark, a:hover.bookmark {
	color: #404040;
	text-decoration: none;
}

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; }

ol.lowerAlpha li { list-style-type: lower-alpha; }
ol.upperAlpha li { list-style-type: upper-alpha; }
ol.lowerRoman li { list-style-type: lower-roman; }
ol.upperRoman li { list-style-type: upper-roman; }
ol.decimal li { list-style-type: decimal; }

dl { margin: 7px 0 0 0; }
dt
{
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
   margin: 7px 0 0 0;
   padding: 0 0 0 4px;
}
dd { margin: 3px 0 0 4px; }

