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