/* green #284C2A */
/* light green #6DB544 */
/* orange #F7941D  */
/* magenta #C43582 */
/* turquoise #339F92 */

/* grey #E3E2DE */

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	line-height: normal;
	color: #333333;
}

h1 {
	color: #6DB544;
	font-size: 16pt;
}

hr {
	border: none;
	border-bottom: 3px dotted #ddd; 
	padding: 0px;
	margin: 5px 0px;
	clear: both;
	color: #fff;
	background-color: #fff;
	height: 3px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0px;
}

form .row {
	margin-bottom: 10px;
}

a {
 text-decoration: none;
 font-weight:bold;
}

a:visited, a:link, a:active  {
    color: #F7941D;
	}
	
a:hover {
    color: #999;
	}

.cGreen {
	color: #284C2A;
}
.cLightGreen {
	color: #6DB544;
}
.cOrange {
	color: #F7941D;
}
.cMagenta {
	color: #C43582;
}
.cTurquoise {
	color: #339F92;
}
.cGrey {
	color: #E3E2DE;
}
.cHeading {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 22px !important;
	color: #6DB544;
}

.horizontal-rule {
	border-bottom: 3px dotted #ddd; 
	margin: 10px 0px;
	clear: both;
}