body{background-color: #666666;	}

/*HEADING TAGS*/
h1{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color:#FF9900;
}

h2{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
}

h3{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	coloR:#FF9900;
}

/*REGULAR TEXT*/
p{
	font-family: Arial;
	font-size: 13px;
	color:#FFFFFF;
	
	
}


#tdTopRow{font-family: Arial;
	font-size: 13px;
	color:#FFFFFF;
	}
#tdCenterCol{font-family: Arial;
	font-size: 13px;
	color:#FFFFFF;
	}
#tdBottomRow{font-family: Arial;
	font-size: 13px;
	color:#FFFFFF;
	}
	
/*LINKS V,A,L*/
#tdTopRow a:visited, #tdTopRow a:active, #tdTopRow a:link{
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	text-decoration:none;}
#tdCenterCol a:visited, #tdCenterCol a:active, #tdCenterCol a:link {
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	text-decoration:none;}
#tdBottomRow a:visited, #tdBottomRow a:active, #tdBottomRow a:link{
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	text-decoration:none;}


/*LINKS HOVER*/	
#tdTopRow a:hover{
	font-family: Arial;
	font-size: 13px;
	color: #FF9900;
	text-decoration:none;
}
#tdCenterCol a:hover{
	font-family: Arial;
	font-size: 13px;
	color: #FF9900;
	text-decoration:none;
	}
#tdBottomRow a:hover{
	font-family: Arial;
	font-size: 13px;
	color: #FF9900;
	text-decoration:none;
	}

p{font-family: Arial;
	font-size: 13px;
	color:#FFFFFF;
	}
li{font-family: Arial;
	font-size: 13px;
	color:#FFFFFF;
	list-style-type:square;
	}

