body { 
	background-color: ffffff;
	background-image: url(../images/leftnavbg.gif);
	background-repeat: repeat-y;
	height: 100%;
	font-size:small
	}

#container{
	position : relative;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: cc6600;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: cc6600;
}

.subhead {					/* Used for Sub Heads on body of page */
	font-size: 14pt;
	font-weight: bold;
	color: cc6600;
	}

	
.subheadsmall {					/* Used for smaller Sub Heads on body of page */
	font-family: Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: cc6600;
	}

	
.p2subhead {					/* Used for Headers on HP */
	font-weight: bold;
	color: ffffff;
	}
	

.textred {
	color: cc0000;
	font-size: 12pt;
	font-family: Arial, sans-serif; 
	font-weight: bold
	}


.textredlarge {
	color: cc6600;
	font-size: 15pt;
	font-family: Arial, sans-serif; 
	font-weight: bold
	}


.textredsmall {
	color: cc0000;
	font-size: 10pt;
	font-family: Arial, sans-serif; 
	font-weight: bold
	}


.coop {
	color: ffffff;
	font-size: 10pt;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	text-decoration : none;
	background-color : #ff6600;
	margin-left : 51;	
	margin-right : 20;
	}


td {
	font-size: 10pt;
	font-family: Arial, sans-serif; 
	}


.tdno {
	font-size: 10pt;
	font-family: Arial, sans-serif; 
	}


.tdbold {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, sans-serif; 
	}
	
	
.tditalics {
	font-style : italic;
	font-size: 10pt;
	font-family: Arial, sans-serif; 
	}

	
.tdoneup {
	font-size: 11pt;
	}


.instruction {
	color: cc0000;
	font-size: 10pt;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}

	
.tdheaders {
	color: ffffff;
	font-size: 10pt;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}


.tdsmall {
	font-size: 8pt;
	}
	
	.bordero {
	border: 1px solid #FF6600
	}


.linkinbetween {
	color: CC0000;
	font-size: 10pt;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}

	
.tdlinks {
	color: 663300;
	font-size: 9pt;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}

	
links {
	font-size: 10pt;
	}

	
.tdlinksred {
	color: cc0000;
	font-size: 9pt;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}

	
.tdwhite {
	color: ffffff;
	font-size: 9pt;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}

	
.tdlinkstext {
	color: CC6600;
	font-size: 10pt;
	font-family: Arial, sans-serif; 
	font-weight: bold;
		}

		
.tdlinkstextnobold {
	color: CC6600;
	font-size: 10pt;
	font-family: Arial, sans-serif; 
			}

			
.tdlinkstextlarge {
	color: CC6600;
	font-size: 12pt;
	font-family: Arial, sans-serif; 
	font-weight: bold;
		}

		
.bwhitelarge {
		font-size: 12pt;
		font-weight: bold;
		color: ffffff;
		}


.bwhitemedium {
		font-size: 11pt;
		font-weight: bold;
		color: ffffff;
		}

.bwhitesmall {
		font-size: 9pt;
		font-weight: bold;
		color: ffffff;
		}

		
.bbold {
		font-weight: bold;
		}
.bold {
		font-weight: bold;
		}

.p3footer {					/* Used for Footer*/
	font-size: 8pt;
	color: cc0000
	}


.p3cielo {					/* Used for Footer*/
	font-size: 8pt;
	color: cc6600;
	font-weight: bold;
	}
	
/* START - Form Code */

form{
margin:0;
padding:0px;
font-size:90%;
}

form p{
font-size:90%;
}

form fieldset{
margin:0;
padding:10px;
}

label, input, textarea {
font-size : 100%;
}
	
label {
text-align:left;
}

label.textlong{
width:250px;
}

label, input, textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	font-family : "Trebuchet MS", arial, sans-serif;
	font-size : 90%;
	border: 1px solid #999999;
	}
	
label.nobottom{
margin-bottom: 0px;
}
	
.formtext{
font-family : "Trebuchet MS", arial, sans-serif;
font-size : 90%;
}

label {
	text-align: right;
	width: 85px;
	padding-right: 20px;
	border: 0px;
}

input.checkboxinput {
	display: block;
	width: 30px;
	/*float: left;*/
	margin-bottom: 10px;
	padding-right: 20px;
	border: 0px
}

label.checkboxcomment {
	display: inline;
	width: 250px;
	/*float: left;*/
	margin-bottom: 10px;
	text-align: left;
}
	
input.radioinput {
	display: inline;
	width: 30px;
	/*float: left;*/
	margin-bottom: 10px;
	padding-right: 20px;
	border: 0px
	}
	
input.checkbox{
display: inline;
width: 30px;
margin-left:85px;
border:none
}

.inputsmallfirst{
display: inline;
width: 30px;
margin-left:85px;
}

.inputsmall{
display: inline;
width: 30px;
}
	
.fieldleft{
margin-left:85px;
float:none;
scroll:none
}

br.clear{
clear:both;
line-height:0
}

