/* R4 styles */

/* classes to use for presentation */
.head01 {font-family: Verdana, Arial, sans-serif; margin-top: 0px; margin-bottom: 0px; font-size: 20px; font-weight: bold; color: #FFFFFF}
.head02 {font-family: Verdana, Arial, sans-serif; margin-top: 1px; margin-bottom: 1px; font-size: 20px; font-weight: bold; color: #D97C18}
.head03 {font-family: Verdana, Arial, sans-serif; margin-top: 2px; margin-bottom: 10px; font-size: 14px; font-weight: bold; color: #2B4909}
.head04 {font-family: Verdana, Arial, sans-serif; margin-top: 5px; margin-bottom: 10px; font-size: 12px; font-weight: bold; color: #007624}
.head05 {font-family: Verdana, Arial, sans-serif; margin-top: 3px; margin-bottom: 10px; font-size: 10px; font-weight: bold}
.head06 {font-family: Verdana, Arial, sans-serif; margin-top: 5px; margin-bottom: 10px; font-size: 12px; font-weight: bold; color: #5F7137}

/* class for text input and textarea fields in forms  */
.monospace  {font: 11px verdana, monospace;}

/* Use this instead of background color and border color in tables */
.colored_box {  background-color: #F7F1C2; padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; border: #FDC870; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}

/* dashed line to use with paragraph tag */
.dash-line {border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #000000;}

/* use these to indent text blocks */
.left-30px {margin-left: 30px;}
.left-50px {margin-left: 50px;}
.txt-bold {
	font-weight: bold;
}
.nav-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	

}
.clear {	
	clear:right;
	}
