/* Green   #060 */
/* Yelow   #FC6 */
/* Blue   #339 */
/* Lt Blue   #669 */


/*A:link    { color: #339 }    /* unvisited links */
/*A:visited { color: #669 }   /* visited links   */


H1
{
	color: #060;
	font-size: 1.6em;
	line-height: 1.1em;
	font-family: verdana, arial, san-serif;
	 margin: 20px 0px 6px 0px;
}


H2
{
	color: #060;
	font-size: 1.3em;
	line-height: 1.1em;
	font-family: verdana, arial, san-serif;
	 margin: 20px 0px 6px 0px;
}

P
{
	color: black;
	font-family: verdana, arial, san-serif;
	font-size: .8em;
	line-height: 1.2em;
	margin: 0px 0px 12px 0px;
}

HR {
	 margin: 20px 0px 6px 0px;
}


A.button1
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FC6;
	background-color: #060;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}
A.button1:hover
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #060;
	background-color: #FC6;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}

.CheckMark
{
	line-height: 1em;
	color: #FC6;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 6px 0px 24px;
}

.indent { margin: 0px 0px 12px 36px; }

.error { color: red; font-weight: bold;}