/*SPECIAL STYLES*/

HR {
	border: thin dotted #673502;
}



#org {
	font-weight: bold;
}


/*HEADING TAGS*/


h1{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color:#673502;
}

h2{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color:#673502;
}

h3{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	coloR:#673502;
}
h4 {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	coloR:#673502;
}

/*REGULAR TEXT*/
p{
	font-family: Arial;
	font-size: 13px;
	color:#673502;
	
	
}


#tdTopRow{font-family: Arial;
	font-size: 13px;
	color:#673502;
	}
#tdCenterCol{font-family: Arial;
	font-size: 13px;
	color:#673502;
	}
#tdBottomRow{font-family: Arial;
	font-size: 13px;
	font-weight:600;
	color:#FFF;
	}
	
#tdLeftCol{font-family: Arial;
	font-size: 13px;
	font-weight:600;
	color:#FFF;
	}
	
/*LINKS V,A,L*/
#tdTopRow a:visited, #tdTopRow a:active, #tdTopRow a:link{
	font-family: Arial;
	font-size: 13px;
	color: #673502;
	text-decoration:none;}
#tdCenterCol a:visited, #tdCenterCol a:active, #tdCenterCol a:link {
	font-family: Arial;
	font-size: 13px;
	color: #673502;
	text-decoration:none;}
#tdBottomRow a:visited, #tdBottomRow a:active, #tdBottomRow a:link{
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	font-weight:600;
	text-decoration:none;}
	
#tdLeftCol a:visited, #tdLeftCol a:active, #tdLeftCol a:link{
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	font-weight:600;
	text-decoration:none;}


/*LINKS HOVER*/	
#tdTopRow a:hover{
	font-family: Arial;
	font-size: 13px;
	color: #673502;
	text-decoration:underline;
}
#tdCenterCol a:hover{
	font-family: Arial;
	font-size: 13px;
	color: #673502;
	text-decoration:underline;
	}
#tdBottomRow a:hover{
	font-family: Arial;
	font-size: 13px;
	font-weight:600;
	background-color:#fff;
	color: #000;
	}
	
#tdLeftCol a:hover{
	font-family: Arial;
	font-size: 13px;
	font-weight:600;
	background-color:#fff;
	color: #000;
	}	
	
	
	
li{font-family: Arial;
	font-size: 13px;
	color:#673502;
	list-style-type:square;
	}

link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
}
