.body_text {
		font-size: 12px;
		line-height: 16px;
}

strong, b {
		font-weight: bold;
		}

em, i {
		font-style: italic;
		font-weight: normal;
		}

img {
		display: block;
		}

.quote {
		font-size: 12px;
		color: #7D7D7D;
		font-weight: bold;
}

.quote p {
		line-height: 6px;
}

.inline { /* used on images that need to be inline do class = inline */	
		display: inline;
		}

.greennav_off {
		font-weight: bold;
		font-size: 11px;
		color: #79974C;
		}

.green_text {		
		font-weight: bold;
		color: #4B730D;		
}

.orange_header {
		font-weight: bold;
		color: #F27A12;
		}


.orange { /* used for the * in the forms - all tt */
		font-family: Courier, monospace;
		font-size: 14px;
		line-height: 12px;
		color: #F27A12;
}

.red_text {		
		font-weight: bold;
		color: #BE533C;		
}

.grey_text {
		font-weight: bold;
		color: #7D7D7D;	
}
		
.greynav_off {
		font-size: 10px;
		color: #7D7D7D;
		}		
		
.subnav_off {
		font-weight: bold;
		line-height: 24px;
		font-size: 12px;
		color: #4B730D;
		}	
		
.subnav_disabled {
		line-height: 24px;
		font-size: 12px;
		color: #4B730D;
		}		
		
.heading_black {
		font-weight: bold;
		font-size: 12px; 
		line-height: 15px; 
		margin: 0px;
		color: #000;
}	

.tiny {
		font-size: 9px;
}		

/* ---------------- FORM ELEMENTS ---------------- */

.input_text {
		border: solid 1px #7E9EB9;
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #666;
		width: 200px;
		height: 16px;
		vertical-align: middle;
		}
		
.input_checkbox {
		border: solid 1px #7E9EB9;
		}		
		
.input_select {
		border: solid 1px #7E9EB9;
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		width: 170px;
		height: 20px;
		vertical-align: middle;
		}		
		
.input_textarea {
		border: solid 1px #7E9EB9;
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #666;
		width: 400px;
		height: 60px;
		vertical-align: middle;
		}		
		
.input_submit {
		border: solid 1px #900;
		color: #900;
		width: 50px;
		font-size: 10px;
		height: 25px;
		text-align: center;
		vertical-align: middle;
		}	
		