

/* CSS Document */
.fluxclass div,
.fluxclass span,
.fluxclass p,
.fluxclass ol,
.fluxclass ul,
.fluxclass li,
.fluxclass table,
.fluxclass th,
.fluxclass td,
.fluxclass tbody,
.fluxclass tfoot,
.fluxclass thead, 
.fluxclass tr, 
.fluxclass blockquote,
.fluxclass 

 {
	border: 0px;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	margin: 0px;
	outline: 0px;
	padding: 0px;
	vertical-align: baseline;
	line-height: normal;
	border-spacing: 0px;
	background-color: inherit;
        text-shadow: none;
        box-shadow: none;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
}

.fluxclass a {
	color: #24890d;
	text-decoration: none;
}

.fluxclass a:focus {
	outline: thin dotted;
}

.fluxclass a:hover,
.fluxclass a:active {
	outline: 0;
}

.fluxclass a:active,
.fluxclass a:hover {
	color: #41a62a;
}

.fluxclass h1,
.fluxclass h2,
.fluxclass h3,
.fluxclass h4,
.fluxclass h5,
.fluxclass h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

.fluxclass h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

.fluxclass h2 {
	font-size: 24px;
	line-height: 1;
}

.fluxclass h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.fluxclass h4 {
	font-size: 20px;
	line-height: 1.2;
}

.fluxclass h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.fluxclass h6 {
	font-size: 16px;
	line-height: 1.5;
}

.fluxclass address {
	font-style: italic;
	margin-bottom: 24px;
}

.fluxclass abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

.fluxclass b,
.fluxclass strong {
	font-weight: 700;
}

.fluxclass cite,
.fluxclass dfn,
.fluxclass em,
.fluxclass i {
	font-style: italic;
}

.fluxclass mark,
.fluxclass ins {
	background: #fff9c0;
	text-decoration: none;
}

.fluxclass p {
	margin-bottom: 24px;
}

.fluxclass code,
.fluxclass kbd,
.fluxclass tt,
.fluxclass var,
.fluxclass samp,
.fluxclass pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

.fluxclass pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.fluxclass blockquote,
.fluxclass q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

.fluxclass blockquote:before,
.fluxclass blockquote:after,
.fluxclass q:before,
.fluxclass q:after {
	content: "";
	content: none;
}

.fluxclass blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

.fluxclass blockquote cite,
.fluxclass blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.fluxclass blockquote em,
.fluxclass blockquote i,
.fluxclass blockquote cite {
	font-style: normal;
}

.fluxclass blockquote strong,
.fluxclass blockquote b {
	font-weight: 400;
}

.fluxclass small {
	font-size: smaller;
}

.fluxclass big {
	font-size: 125%;
}

.fluxclass sup,
.fluxclass sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.fluxclass sup {
	bottom: 1ex;
}

.fluxclass sub {
	top: .5ex;
}

.fluxclass dl {
	margin-bottom: 24px;
}

.fluxclass dt {
	font-weight: bold;
}

.fluxclass dd {
	margin-bottom: 24px;
}

.fluxclass ul,
.fluxclass ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

.fluxclass ul {
	list-style: disc;
}

.fluxclass ol {
	list-style: decimal;
}

.fluxclass li > ul,
.fluxclass li > ol {
	margin: 0 0 0 20px;
}

.fluxclass img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

.fluxclass figure {
	margin: 0;
}

.fluxclass fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}


.fluxclass legend {
	white-space: normal;
}

.fluxclass button,
.fluxclass input,
.fluxclass select,
.fluxclass textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

.fluxclass button,
.fluxclass input {
	line-height: normal;
}

.fluxclass input,
.fluxclass textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); 
}

.fluxclass button,
.fluxclass html input[type="button"],
.fluxclass input[type="reset"],
.fluxclass input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.fluxclass button[disabled],
.fluxclass input[disabled] {
	cursor: default;
}

.fluxclass input[type="checkbox"],
.fluxclass input[type="radio"] {
	padding: 0;
}

.fluxclass input[type="search"] {
	-webkit-appearance: textfield;
}

.fluxclass input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.fluxclass button::-moz-focus-inner,
.fluxclass input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.fluxclass textarea {
	overflow: auto;
	vertical-align: top;
}





.fluxclass table
{
	font-size: 14px;
	line-height: normal;
	margin-bottom: 24px !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px !important;
	
	}
	
.fluxclass td,
.pneoutline td

{
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px !important;
}



.fluxclass caption,
.fluxclass th,
.fluxclass td {
	font-weight: normal;
	text-align: left;
}

.fluxclass th {
	border-width: 1px 1px 1px 1px;
	font-weight: bold;
}

.fluxclass td {
	border-width: 1px 1px 1px 1px;
}

.fluxclass del {
	color: #767676;
}

.fluxclass hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}


.fluxclass ::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

.fluxclass ::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}




.fluxclass input,
.fluxclass textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

.fluxclass textarea {
	width: 100%;
}

.fluxclass input:focus,
.fluxclass textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}


.fluxclass hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 5px;
}


.fluxclass input  {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	color: #2b2b2b;
	padding: 2px 2px 2px;
}

