﻿body,td,th {
	background-color: #FFFF66;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
/*
a:link {
	text-decoration: none;
	color: #00CCCC;
}

a:visited {
	text-decoration: none;
	color: #00CCCC;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}

h2 
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

dl dt 
{
	font-style: italic;
	padding-top: 5px;
}

dl dd
{
	margin-left: 0px;
}

table thead tr th
{
	background-color: #DEDEDE;
}

.fieldName 
{
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
}