body 
{
  	background-color: white;
  	font-family: Century Gothic, Helvetica, sans-serif;
  	font-size: 14px;
  	line-height: 18px;
	color: black;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
}
	
li 
{
   margin-top: 6px;
   margin-bottom: 15px;
}
	
.strikethru {
	text-decoration: line-through;
	color: red;
	font-weight: bold;
	}
	
.unfinished {
	background-color: orange;
	}

.title {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	}

.subheading {
	font-size: 17px;
	font-weight: bold;
	margin-top: 22px;
	}
	
.big {
	font-size: 16px;
	font-weight: bold;
	}
	
.quote {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	text-decoration: italics;
	}
	
.bold {
	font-weight: bold;
	}

.required {
	color: red;
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.small {
	font-size: 12px; 
	}

.evensmaller {
	font-size: 11px; 
	}

.smallbold {
	font-size: 11px;
	font-weight: bold;
	}
	
.gray {
	color: #B0B0B0;
	}
		
.fineprint {
	font-size: 11px;
	text-decoration: none;
	color: #606060;
  	line-height: 18px;
	}
	
.tiny {
	font-size: 10px;
	color: #606060;
  	line-height: 13px;
	}

input, select, textarea {
	font-size: 13px;
  	font-weight: normal; 
	background-color: #ecf6e3;
	}
		
.button {
	font-size: 13px;
  	border-color: #94e637;
	background-color: #eeeeee;
	}

/* makes the bold red asterisk on forms - the required fields */
.required {
	font-weight: bold;
	color: #CC0000;
	}
	
/* all the link styles set here */
a:link, a:visited {
	color: #088a29;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a:active { 
	color: #21e337;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.fineprint:link, a.fineprint:visited, a.tiny:link, a.tiny:visited {
	text-decoration: none;
	font-weight: normal;
	color: #606060;
	}

a.fineprint:hover, a.fineprint:active, a.tiny:hover, a.tiny:active {
	font-weight: normal;
	text-decoration: underline;
	}