*
{
    margin: 0;
    padding: 0;
    border: 0;
}

html
{
	background-color: #A7FFBC;
}

body
{
	background-color: white;
	margin-left: 10%;
	margin-right: 20%;
	margin-top: 0px;
}

p, li
{
	color: #695658;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 10pt;
	font-style: normal;
}

a
{
	color: #695658;
	text-decoration: none;
}

a:hover
{
	color: #31B551;
	text-decoration: underline;
}

/* The rules for sup and sub prevent them from affecting the line spacing */
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}

sub { top: 0.4em; }

#ListColumn
{
	display: none;
}

#Header
{
	background-color: #31B551;
	padding: 20px 0px 40px 0px;
}

#Header h1
{
	color: black;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: 100;
}

#Header h2
{
	color: black;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: 100;
}

#Header h1 a, #Header h2 a
{
	color: gray;
	text-decoration: none;
}

#MainContent
{
	clear: both;
}

#ContentColumn
{
	padding: 0px 0px 0px 0px;
}

#ContentColumn h1
{
	color: #B5232D;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: 500;
	padding-bottom: 10px;
}

#ContentColumn h2
{
	color: #B5232D;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: 500;
	padding-bottom: 10px;
	padding-top: 10px;
}

#ContentColumn h3
{
	color: #B5232D;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 17px;
	padding-bottom: 10px;
}

#ContentColumn p
{
	line-height: 17px;
	padding-bottom: 10px;
}

#ContentColumn a
{
	color: #31B551;
	text-decoration: none;
}

#ContentColumn a:hover
{
	text-decoration: underline;
}

#ContentColumn a.noHighlight
{
	color: #695658;
}

#ContentColumn a.noHighlight:hover
{
	color: #31B551;
	text-decoration: underline;
}

#ContentColumn img
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 30px 0px 30px 0px;
}

#ContentColumn b
{
	color: #B5232D;
}

#ContentColumn ul
{
	padding-bottom: 10px;
}

#ContentColumn li
{
	line-height: 17px;
	padding-bottom: 5px;
	margin-left: 20px;
}

#Footer
{
	clear: both;
	background-color: #31B551;
	padding: 30px 0px 0px 0px;
}

#Footer p
{
	color: gray;
	font-size: 6pt;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	padding-bottom: 10px;
}

.resultsParagraph {
	background-color: #EEEEEE;
	border-color: #A7FFBC;
	border-width: 1pt;
	border-style: dashed;
	font-family: 'Courier New', monospace;
	font-size: 10px;
	font-weight: 600;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
}

.codeParagraph {
	border-color: #A7FFBC;
	border-width: 1pt;
	border-style: dashed;
	font-family: 'Courier New', monospace;
	font-size: 10px;
	font-weight: 600;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
}

.codeSpan {
	font-family: 'Courier New', monospace;
	font-size: 12px;
	font-weight: 600;
}

.date {
	font-size: 9px;
	margin-top: -12px;
}
