﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body, td, th
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

td
{
	vertical-align: top;
}

H1
{
	font-size: 2em;
	margin: 5px 0px 5px 0px;
	color: #F59C1A;
}
H2
{
	font-size: 1.5em;
	margin: 4px 0px 4px 0px;
	color: #F59C1A;
}
H3
{
	font-size: 1.2em;
	margin: 4px 0px 4px 0px;
	color: #F59C1A;
}
H4
{
	font-size: 1.0em;
	margin: 2px 0px 2px 0px;
	color: #F59C1A;
	font-weight: bold;
}

/* ============== NAMED CLASSES ================= */

/* used for &gt; links on static pages */
.orange
{
	text-decoration: none;
	color: #F59C1A;
	font-weight: bold;
	font-size: 10pt;
}
a.orange:hover
{
	color: Red;
	text-decoration: underline;
}

/* used for headings in CodeOfPractice */
.th
{
	font-weight: bold;
	font-size: 10pt;
	margin: 5px 0px;
}

.blacktext
{
	color: Black;
}
.orangebg
{
	background-color: #F59C1A;
}
.quote
{
	margin: 0 20px 0 20px;
	font-style: italic;
}
.tagline
{
	text-align: right;
	font-size: 8pt;
}
.edit
{
	color: Black;
	border: solid 1px #818181;
}
.btn
{
	color: Black;
	border: solid 1px #818181;
	padding: 5px;
	background-color: #d0d0d0;
}
.val
{
	color: Red;
	font-size: 8pt;
}

