@charset "utf-8";
/* CSS Document */

body
{
	font-size: 0.85em;
}

a:link
{
	color: blue;
}

a:visited
{
	color: blue;
}

h2
{
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.title
{
	font-size: 2.2em;
	color: black;
}

td.fieldtitle
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
}

td.field
{
	font-size: 0.9em;
}

div.fieldtitle
{
	margin-top: 10px;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

div.field
{
	font-size: 0.9em;
}

