body,
html
{
	width: 100%;
	height: 100%;
}

body
{
	font: normal 13px Arial, sans-serif;
	background-color: #fff;
	color: #000;
}

#print-content
{
	padding: 20px;
}

a
{
	color: #33ccff;
	text-decoration: none;
}

a:hover
{
	color: #33ccff;
	text-decoration: underline;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

label
{
	font-weight: bold;
	display: block;
	padding: 0 0 2px 0;
}

input.halfbox
{
	width: 95%;
	padding: 4px;
	font: normal 11px Verdana, sans-serif;
}

textarea.halfbox
{
	width: 98%;
	font: normal 11px Verdana, sans-serif;
	height: 40px;
}

select.halfbox
{
	width: 98%;
	font: normal 11px Verdana, sans-serif;
}

input.button
{
	float: right;
	background: url(../images/submit.jpg) top left no-repeat;
	height: 30px;
	width: 150px;
	border: 0;
	text-indent: -9999px;
}

p
{
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

li
{
	line-height: 1.4em;
}

ul,
ol
{
	margin: 0 0 10px 0;
}

ol
{
	list-style: decimal;
}

ol li
{
	margin: 0 0 0 25px;
}

table
{
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

table th
{
	font-weight: bold;
}

table.renderedtable th,
table.renderedtable td
{
	padding: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: bold;
	margin: 0 0 15px 0;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

