/* There are 16 valid W3C colour names: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. */
/* Shades of grey from http://www.w3schools.com/css/css_colorsfull.asp */

body
{
	max-width: 100%;
}

h2
{
	margin-top: 36pt;
}

table
{
	font-size: 9pt;
	line-height: 18pt;
	border-collapse: collapse;
	width: 75%;
}

table.comments
{
	border: none;
	margin-top: 36pt;
}

table.names
{
	border: none;
	margin-bottom: 18pt;
}

th
{
	font-size: 8pt;
	font-style: italic;
}

th.criteria
{
	text-align: right;
	padding-right: 1em;
}

tr
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

tr.borderNone
{
	border: hidden;
}

tr.top
{
	background: rgb(144, 144, 144);
}

tr.bottom
{
	background: rgb(144,144,144);
}

tr.section
{
	background: rgb(216,216,216);
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
}

tr.names
{
	border: 0px;
}

tr.comments
{
	border: 0px;
}

td.comments
{
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

td.criteria
{
	text-align: right;
	padding-right: 1em;
}

td.sectionTitle
{
	text-align: left;
	padding-left: 1em;
}

td.marks
{
	text-align: center;
}

tr.bottom td.criteria
{
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

tr.bottom td
{
	font-size: 8pt;
	text-align: center;
}

tr.bottom td.marks
{
	font-size: 8pt;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

p.knockout
{
	background-color: black;
	color: white;
	padding: 48pt;
}